I am wanting to write a python program that reads a list of artists and creates a playlist with the top three songs from each artist. Is there a way to do this directly from the artist's name or would I have to create a list of artist IDs? If that is the case - I might as well make the playlist manually.
Thanks for your help!