I have implemented hitting the /api/spins POST endpoint from our custom built automation software. One thing I have noticed is I am not able to add the fields āmediumā or ārelease-customā from the spin model via a POST request. Or maybe I am doing it wrongā¦
If this is simply not present, and could be added, it would greatly benefit our use-case!
Sending
data: {"live":true,"start":"2024-11-08T07:22:52.463Z","duration":214,"artist":"Noah Kahan","release":"Stick Season (We'll All Be Here Forever)","song":"Dial Drunk","medium":"Bitjockey","release-custom":"No"}
Returns null in the response for medium and release-custom.