Great! Thanks.
The request is made with spotify URIs that we get from a spotify search to get the info that we need about each song such as the tempo. Right now we show 25 search results for each search query. Would it be OK to use 25 requests per search until you have looked at the bug? It would make the number of API calls that we make increase by a factor of 25 so it makes a pretty big difference, we would probably need to verify that we won't hit the rate limit somehow.
Regards, Daniel