Information about plays

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

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

{
    "id": 3577567,
    "uri": "https://api.kexp.org/v2/plays/3577567/?format=api",
    "airdate": "2025-11-13T07:13:04-08:00",
    "show": 65097,
    "show_uri": "https://api.kexp.org/v2/shows/65097/?format=api",
    "image_uri": "https://ia802308.us.archive.org/25/items/mbid-9d8f4263-099d-4404-af20-3e8c213bee4e/mbid-9d8f4263-099d-4404-af20-3e8c213bee4e-30626683567_thumb500.jpg",
    "thumbnail_uri": "https://dn721802.ca.archive.org/0/items/mbid-9d8f4263-099d-4404-af20-3e8c213bee4e/mbid-9d8f4263-099d-4404-af20-3e8c213bee4e-30626683567_thumb250.jpg",
    "song": "I Will Be Your Shield",
    "track_id": "46246cd4-241f-4300-b617-28d84beacfe0",
    "recording_id": "35574960-e20b-4ae7-9b2d-b86248cf027a",
    "artist": "Billy Bragg",
    "artist_ids": [
        "7cec4a03-0a83-4308-856a-afb8aa5db0fc"
    ],
    "album": "The Million Things That Never Happened",
    "release_id": "9d8f4263-099d-4404-af20-3e8c213bee4e",
    "release_group_id": "87337fcd-5a26-4859-87ff-0a2760702df0",
    "labels": [
        "Cooking Vinyl"
    ],
    "label_ids": [
        "10a8a55b-fe80-4df6-978e-fc0548dc04b6"
    ],
    "release_date": "2021-10-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bragg explained, “To me, ‘I Will Be Your Shield’ is the heart and soul of the album. I’ve come to the conclusion that empathy is the currency of music – that our job as songwriters is to help people come to terms with their feelings by offering them examples of how others may have dealt with a situation similar to that in which the listener finds themselves. After what we’ve all been through, the idea of being a shield – physically, emotionally, psychologically – resonates beyond the pandemic.” - https://bit.ly/3Bw3gtb",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}