I've currently got a list of ISRCs (International Standard Recording Code which are unique identifiers for a song recording) and want to collect viewership count on youtube for that given song recording... I understand there's a way to query song statistics (such as viewership count, like count etc.) using the youtube API but this requires knowing the "youtube ID".
The way to get the youtube ID, according to my understanding, is by using the search feature in the youtube v3 API. However, there's no way to be definite that the search results for a song title will be an exact match to the song recording denoted by an ISRC. So, the question becomes - is there a way to get a youtube ID using a song's ISRC?