I am trying to make a game for my friends using Spotify's API. I want to target a specific playlist that I have permission to access, select a random song on that playlist, and then ask the user who added that song to our group's playlist. The user will then enter the username of the person who they think added that song to the playlist. If they answer correctly they get a point and if they don't answer correctly they lose a point.
I have a webpage up and running that connects and authenticates with Spotify's Web API using JavaScript but I'm not sure if getting the "added by" details is possible with the API. I have read the documentation and searched around on google, but have found nothing regarding to this.