Create a new playlist in Spotify from songs in Airtable

I’m trying to figure out to to create a new playlist in Spotify from records in Airtable. Looking through the different available modules it seems like maybe this should be possible but I cannot for the life of me figure out how to do it. Any help?

According to Spotify API documentation, you should first create a playlist and then add tracks to it.
This process will require using two modules: one for creating the playlist and another for adding tracks.

https://developer.spotify.com/documentation/web-api/reference/create-playlist

For further help, please attach screenshots of your scenario and screenshots of any errors that occur.