I’m trying to obtain a list of track titles and album names. If I do this:
https://musicbrainz.org/ws/2/release/{release-id}?inc=recordings&fmt=json
then the returned list will only contain track titles, but not the individual artists. A single album can have many different artists (e.g for compilations), but I can’t seem to find a way of retrieving that data at once. Is the only way to do this by querying the individual song ids?