Query work by song title and band/artist name

Is there a way to query a work by title and band or associated artist that might have recorded the song via the new webservice? For example, if I wanted to find the song “Free Bird” by Lynyrd Skynyrd with a single query I’d have to know at least one composer of the tune:

https://beta.musicbrainz.org/ws/2/work/?fmt=json&query="free+bird"+AND+artist%3A"allen+collins"+AND+type%3Asong

Is there a way to achieve this using a recording search and artist name?

OK, looks like “dismax=true” will work for a generalized search

https://beta.musicbrainz.org/ws/2/work/?fmt=json&query=free+bird+lynyrd+skynyrd&dismax=true&limit=2