URL for recording play in database

As I mentioned in another post, I’ve built my own app to access my Podlove-hosted podcast feed using Quasar / Vue.

I’ve been using this format for the requesting URL, and it plays successfully:

https://[my-domain]/podlove/file/[media-file-id]/s/download/c/select-show/2020/[file-name]

This also plays successfully:

https://[my-domain]/podlove/file/[media-file-id]/s/feed/c/mp3/2020/[file-name]

However, for some reason, while it plays the podcast episode successfully either way, the play doesn’t appear in the database’s wp_podlove_downloadintent table at all.

Is there some other piece of information I must send as well with the request?