I am using the Spotify API (with the Spotipy Wrapper) on a small personal project. This is the call that I am using
sp.search(q=band,limit=10)
Whe