/
/
/
1{
2 "schema_version": "1",
3 "station": {
4 "name": "Mamma Mi Radio",
5 "frequency": "94.7",
6 "theme": "Italia da bere",
7 "hosts": [
8 {
9 "engine_host": "gianni",
10 "display_name": "Gianni",
11 "description": "Anchor host."
12 },
13 {
14 "engine_host": "marco",
15 "display_name": "Marco",
16 "description": "Co-host."
17 }
18 ]
19 },
20 "stream": {
21 "relative_url": "/stream",
22 "audio_format": {
23 "codec": "mp3",
24 "mime_type": "audio/mpeg",
25 "bitrate_kbps": 192,
26 "sample_rate_hz": 44100,
27 "channels": 2
28 },
29 "absolute_url": "http://homeassistant.local:8000/stream"
30 },
31 "now_playing": {
32 "segment_class": "music",
33 "segment_type": "music",
34 "title": "Volare",
35 "started_at": 1746500000.0,
36 "duration_estimate_sec": 210.0,
37 "artist": "Domenico Modugno",
38 "artwork": "https://example.test/art.jpg",
39 "album": "Mr Volare",
40 "year": 1958,
41 "external_ids": {
42 "spotify": "v01",
43 "youtube": "y01"
44 },
45 "host": null,
46 "context": {}
47 },
48 "up_next": [
49 {
50 "segment_class": "music",
51 "segment_type": "music",
52 "title": "Sapore di Sale â Gino Paoli",
53 "predicted": false
54 },
55 {
56 "segment_class": "voice",
57 "segment_type": "banter",
58 "title": "Host banter",
59 "predicted": true
60 }
61 ],
62 "session_state": "live",
63 "changed_at": 1746500000.0
64}
65