Information about plays

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

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

{
    "id": 3633555,
    "uri": "https://api.kexp.org/v2/plays/3633555/?format=api",
    "airdate": "2026-03-25T16:34:17-07:00",
    "show": 66278,
    "show_uri": "https://api.kexp.org/v2/shows/66278/?format=api",
    "image_uri": "https://ia600804.us.archive.org/28/items/mbid-66ffc720-a307-47cd-8708-342e706f2923/mbid-66ffc720-a307-47cd-8708-342e706f2923-43949774409_thumb500.jpg",
    "thumbnail_uri": "https://dn710302.ca.archive.org/0/items/mbid-66ffc720-a307-47cd-8708-342e706f2923/mbid-66ffc720-a307-47cd-8708-342e706f2923-43949774409_thumb250.jpg",
    "song": "Holding on for Life",
    "track_id": "2a0dd2a5-e4bb-4741-b250-5501e9376243",
    "recording_id": "002b47ba-4343-4243-bf29-c44e48993d9e",
    "artist": "Broken Bells",
    "artist_ids": [
        "62d364d2-550b-420e-b918-b3bd1e4a2efc"
    ],
    "album": "After the Disco",
    "release_id": "66ffc720-a307-47cd-8708-342e706f2923",
    "release_group_id": "0267ecaf-1fbc-4e0e-bc07-86520172b269",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2014-02-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band consists of Brian \"Danger Mouse\" Burton (multiple instruments, production) and The Shins' James Mercer (vocals, guitar) . They are joined by Dan Elkan and Jon Sortland when performing live.\n--\nBroken Bells performed live in the KEXP studio in 2014 and played \"Holding on for Life.\" Watch the full session here after the show. https://youtu.be/jxHq0ktPh_s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}