Usually, spotipy
requires track IDs as parameters to be passed, in order to return track names.
Say I have two lists, not obtained from the Spotify API:
artists
[u'Moses Sumney', u'Cherry Glazerr', u'Danny Brown', u'NxWorries']
and their respective songs:
tracks
[u'Lonely World', u"Told You I'd Be With the Guys", u'Really Doe [ft. Kendrick Lamar, Ab-Soul, and Earl Sweatshirt]', u'Lyk Dis']
Is it possible to do it the other way around and get track IDs?