Gather Info from Spotify oEmbed / ACF

Does anybody know how to pull data from an Spotify’s oEmbed?

Such as that I can pull the thumbnail url and apply it as a feature image or image attached to the post? Or pull the title, and use it as a ACF field for dynamic data?

oEmbed API | Spotify for Developers

I have this link, but I’m not a programmer so I don’t understand anything out of it.

I think you can create an ACF field with url (url=https%3A%2F%2Fopen.spotify.com%2Fepisode%2F7makk4oTQel546B0PZlDM5, from documentation) and preform php curl with wp_update_post() function updating post data from decoded json, but if you’re not a programmer…

Try to ask AI for a code example.