Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3587082/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3587082,
    "uri": "https://api.kexp.org/v2/plays/3587082/?format=api",
    "airdate": "2025-12-05T09:01:22-08:00",
    "show": 65293,
    "show_uri": "https://api.kexp.org/v2/shows/65293/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dreams",
    "track_id": "7702bae2-c60b-4511-a1a6-318654fc9246",
    "recording_id": "248cc9d1-97ea-493e-84d4-4c5ec718683b",
    "artist": "Fleetwood Mac",
    "artist_ids": [
        "bd13909f-1c29-4c27-a874-d4aaf27c5b1a"
    ],
    "album": "Rumours",
    "release_id": "081ea37e-db59-4332-8cd2-ad020cb93af6",
    "release_group_id": "416bb5e5-c7d1-3977-8fd7-7c9daf6c2be6",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1977-02-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Audio engineer Ken Caillat recalls the origin of the song:\n\"Most of the material for the album was composed in the studio but Stevie used to get bored, sitting around while all the technical stuff was going on, so she asked if there was a room with a piano to noodle around on.\n\nWell, the Record Plant told her she could use Sly Stone’s studio — a little sunken room that they’d built for him to work in — and one day while we were working on some track, she came in and said, ‘I’ve just written the most amazing song.’ ‘Really? Let’s hear it.’\n\nSo, she walked over to the Rhodes — which, like everything else, was always mic’d up and ready to go — and she played ‘Dreams’. Everyone else joined in, she did a guide vocal, and that was the keeper. It’s the only time that ever happened. She tried to redo the vocal again and again, but she could never beat the original. I actually wanted her to beat it, because it had the drums leaking into her vocal mic and, in a couple of spots where she sang softly, I had to ride it up and you could hear even more of the snare. Still, it was a one-off.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}