First of all thanks in advance for any help. I looked everywhere and could not find any solution to what seems to be a simple problem. I’m hitting the API to get info for a song, let’s say Breathru by Queen. Once I find it I need to know what album the song was released on, assuming the most likely result is the first release and not greatest hits, etc. I cannot in any way find that information. If I run this query:
I’m getting 3 results for Breakthru by Queen but with no album data associated.
If I query for “Queen The Miracle” the album pops up and the song is there in the tracks linked to the album, but I just can’t pull the album from the song search. Does anyone know how this is done? Thanks!
If you are only interested in what can be considered the original album or kind of the canonical release or release group for a specific recording you could consider using the ListenBrainz API. ListenBrainz needs this information as well and has datasets that specifically provides this information.
The following query gets this information based on the artist and the recording name:
If you are only interested in what can be considered the original album or kind of the canonical release or release group for a specific recording you could consider using the ListenBrainz API.
Is there any good method to obtain this information on this day ?
It looks like it’s not possible with the ListenBrainz API at the moment, so is the canonical dump the only way ?