Just a small snipet on how to send data to TuneIn’s AirAPI from golang. This way you can update your metadata information directly from your API, if you wish. import ( "fmt" "net/http" "net/url" "time" ) func tuneinAPI(artist string,...