Information about plays

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

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

{
    "id": 3632217,
    "uri": "https://api.kexp.org/v2/plays/3632217/?format=api",
    "airdate": "2026-03-22T03:26:23-07:00",
    "show": 66248,
    "show_uri": "https://api.kexp.org/v2/shows/66248/?format=api",
    "image_uri": "https://dn710008.ca.archive.org/0/items/mbid-10ccfef5-b28d-3ffa-b598-f74e95bfc7a2/mbid-10ccfef5-b28d-3ffa-b598-f74e95bfc7a2-28326232782_thumb500.jpg",
    "thumbnail_uri": "https://dn710008.ca.archive.org/0/items/mbid-10ccfef5-b28d-3ffa-b598-f74e95bfc7a2/mbid-10ccfef5-b28d-3ffa-b598-f74e95bfc7a2-28326232782_thumb250.jpg",
    "song": "The High Road",
    "track_id": "ff318164-1e85-36a2-b6dd-ea1804a175de",
    "recording_id": "bd1599ab-10e4-4e40-9329-33d939af70fb",
    "artist": "Broken Bells",
    "artist_ids": [
        "62d364d2-550b-420e-b918-b3bd1e4a2efc"
    ],
    "album": "Broken Bells",
    "release_id": "10ccfef5-b28d-3ffa-b598-f74e95bfc7a2",
    "release_group_id": "56adea3a-ef22-47c0-a55a-50177092e30f",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2010-03-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Danger Mouse collabed with James Mercer of The Shins to form the band Broken Bells",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}