PlexAPI Playlists: Can you determine when item added to playlist?

I am using the PlexAPI to process and analyze a playlist, and I was hoping to be able to sort my results by when the items were added to the playlist. However, each item in the playlist is just the TV episode, which does have an “addedAt” and “updatedAt”, but that is when the file was put on the server and not anything about the playlist itself.

If it isn’t in the XML, I am figuring that means there isn’t any way to get this information, but figured I’d ask?

(If not, my solution will just be to sort by playlist order… But I’d rather have had the date to display than just a meaningless number.)

No, there isn’t an API to retrieve that info.