i'm currently getting needed information from musicbrainz, using the following browse request, browsing a specific artists releases + recordings. for example: (coldplay)
im interested in getting for each recording its work id. now i tried adding 'recording-rels' to the includes but it seems only to return relationship between release and recording. I also tried adding 'recording-level-rels' to includes as mentioned here where it states that it should return recordings relationships, but when i try using it - i get the following error:
{"error":"recording-level-rels is not a valid inc parameter for the release resource."}
Am I using it wrongly? To clarify, i'm after the relationship that you get from their site, say from this page, where each release has recording of that contains a link to the musicbrainz work id page.
Any help\advice would be very appreciated, Thank you.