SELECT songlist.artist, songlist.title FROM historylist LEFT JOIN songlist ON songlist.ID = historylist.songID WHERE songlist.songtype = 'S' ORDER BY historylist.ID DESC LIMIT 1