# Get the ISRC code to check for duplicate tracks that will be substituted automatically by Spotify if the submitted version isn't available in a jurisdiction
isrc = track.asbuiltin()['external_ids']['isrc']
# Now check for those additional versions, and append them to the available_markets array. I might be doing this in a reasonable way now?