Information about plays

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

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

{
    "id": 3428213,
    "uri": "https://api.kexp.org/v2/plays/3428213/?format=api",
    "airdate": "2024-11-21T09:24:39-08:00",
    "show": 61907,
    "show_uri": "https://api.kexp.org/v2/shows/61907/?format=api",
    "image_uri": "https://ia600207.us.archive.org/22/items/mbid-29456596-9161-443d-8702-f8bd555b8ca8/mbid-29456596-9161-443d-8702-f8bd555b8ca8-37664443654_thumb500.jpg",
    "thumbnail_uri": "https://ia800207.us.archive.org/22/items/mbid-29456596-9161-443d-8702-f8bd555b8ca8/mbid-29456596-9161-443d-8702-f8bd555b8ca8-37664443654_thumb250.jpg",
    "song": "My Sad Captains",
    "track_id": "15156515-a4d2-4b2c-bff7-b86e2a36fe2e",
    "recording_id": "992c6ed8-fb73-4968-aa35-f2c352deb7c5",
    "artist": "Elbow",
    "artist_ids": [
        "3cb3928a-526c-4a3d-93c5-53315fa9bde0"
    ],
    "album": "The Take Off and Landing of Everything",
    "release_id": "29456596-9161-443d-8702-f8bd555b8ca8",
    "release_group_id": "c1c00088-2faa-4d5e-b18e-8d83a01ed9a1",
    "labels": [
        "Concord Records"
    ],
    "label_ids": [
        "c5f3bc66-5e1e-47bf-8737-46612304aca6"
    ],
    "release_date": "2014-03-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "According to singer Guy Harvey, the title of this sixth album from the Manchester band is said, \"to do with the fact that there have been [so many] life events. There are five members of the band—people have split up, got together, had children. It never stops, this stuff. Especially round the 40 mark... and yet I wanted to remain celebratory about that. Everybody's feeling relief, with remorse, next to joy, next to loss. But I think laughing very hard and worrying very little is a good way to keep young.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}