Using Plex server to stream audio for Alexa Skill

I am building a skill and would like to insert some music coming from an external streaming server. SSML tags allow to insert a url for the audio. What would the url construct look like to access a specific file on the Plex server. I guess, I would need to pass authentication in the url as well.
Thanks