... from a set of Spotify tracks that have been played by me or others using the playMeASong val.
Queries a random record of a tracks table and redirects to it's Spotify url.
// random
const track = await getRandomTrack();
// random for artist
const track = await getRandomTrack("Pixies");
Migrated from folder: Spotify/playRandomSong