Information about plays

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

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

{
    "id": 3422087,
    "uri": "https://api.kexp.org/v2/plays/3422087/?format=api",
    "airdate": "2024-11-06T11:59:56-08:00",
    "show": 61779,
    "show_uri": "https://api.kexp.org/v2/shows/61779/?format=api",
    "image_uri": "https://ia601606.us.archive.org/2/items/mbid-edb9ca6c-9e0d-3325-9f86-647c94476a86/mbid-edb9ca6c-9e0d-3325-9f86-647c94476a86-8553956037_thumb500.jpg",
    "thumbnail_uri": "https://ia801606.us.archive.org/2/items/mbid-edb9ca6c-9e0d-3325-9f86-647c94476a86/mbid-edb9ca6c-9e0d-3325-9f86-647c94476a86-8553956037_thumb250.jpg",
    "song": "There There. (The Boney King of Nowhere.)",
    "track_id": "ba2a6d92-dd96-355c-ba62-79daecf649ad",
    "recording_id": "04207ca7-01c6-426a-9783-3c965a8c6760",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "Hail to the Thief. (The Gloaming.)",
    "release_id": "edb9ca6c-9e0d-3325-9f86-647c94476a86",
    "release_group_id": "5c14fd50-a2f1-3672-9537-b0dad91bea2f",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2003-06-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thom Yorke on this song: \n\"It made me cry when we finished it, actually, I blubbed my eyes out.  I just thought it was the best thing we'd ever done. What I discovered, I think, in making this record, is that along the way things form themselves. I think that's why I cried when I heard the mix, 'cause I was so shocked that it was there. And it was really important to me and it was right there one day. And that sort of feeling can then sustain me for months, you know. I'm not bothered about anything else for months. Everything else I can just about cope. I think that's why it's the first single as well, really.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}