response_obj = GET_me_player_currently_playing()
DELETE_me_following(type="artist", ids=",".join([artist.id for artist in response_obj.item.artists]))
POST_me_player_next()
