# 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. Probably better ways to do this...