示例响应结构
{
"station": {
"id": "touhou",
"name": "THMR",
"enabled": true,
"public": {
"enabled": true,
"title": "东方音乐电台 THMR",
"accentColor": "#c65a69",
"description": "直播中"
},
"streamAuthEnabled": false,
"bitrates": [
{
"id": "320k",
"enabled": true,
"bitrateKbps": 320,
"sampleRate": 44100,
"channels": 2
}
]
},
"totals": {
"listeners": 0,
"rawConnections": 0,
"uniqueIps": 0
},
"profiles": [
{
"id": "320k",
"bitrateKbps": 320,
"sampleRate": 44100,
"channels": 2,
"listeners": 0,
"rawConnections": 0
}
],
"current": {
"trackId": "track-id",
"title": "Track title",
"artist": "Artist",
"relativePath": "music/example.mp3",
"startedAtMs": 1784280000000,
"expectedEndMs": 1784280240000,
"positionSec": 42,
"durationSec": 240
},
"previous": null,
"queue": [
{
"trackId": "next-track-id",
"title": "Next track",
"artist": "Artist",
"relativePath": "music/next.mp3",
"plannedStartMs": 1784280240000,
"plannedEndMs": 1784280500000,
"durationSec": 260
}
],
"preview": null,
"backend": {
"name": "radio-livestream",
"version": "1.0.0"
}
}