Skip to content

Artists join value #73

Discussion options

You must be logged in to vote

Hi, @GustavAndreasson

There seems to be "join" field in the returned JSON from the release API point
You can get it by first getting artists from the Release object and then fetch ing the "join" field like so

# Rowland S. Howard - Lydia Lunch – Shotgun Wedding
release_id = 452087
print(client.release(release_id).artists[0].fetch('join'))
# Prints -

I'm curious, why does it matter what character you join the artists with? Can't you just join always with "-" 😅

Anyways, hope that helps

Cheers!
Anssi

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@GustavAndreasson
Comment options

Answer selected by GustavAndreasson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants