The undocumented API endpoint /track/isrc:<ISRC>
returns one track with the given ISRC. But in some cases multiple tracks have the same ISRC.
For example tracks 646330892 and 1672555717 both have ISRC USUM71820728. /track/isrc:USUM71820728
returns only 646330892.
Is there a way to query all the tracks which share an ISRC?
I tried /search?isrc:USUM71820728
, /search?track:USUM71820728
, /search?track:isrc%3AUSUM71820728
, /search/track?q=USUM71820728
and various other ideas without success.