Information about plays

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

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

{
    "id": 3632309,
    "uri": "https://api.kexp.org/v2/plays/3632309/?format=api",
    "airdate": "2026-03-22T09:59:22-07:00",
    "show": 66250,
    "show_uri": "https://api.kexp.org/v2/shows/66250/?format=api",
    "image_uri": "https://coverartarchive.org/release/5eed8328-fb5e-49e1-bd73-15d2ab48e798/24633249067-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5eed8328-fb5e-49e1-bd73-15d2ab48e798/24633249067-250.jpg",
    "song": "Hard Rain’s Gonna Fall",
    "track_id": null,
    "recording_id": "ac35eb3c-32ed-4e72-a2e8-3c88a0d31dba",
    "artist": "The Staple Singers",
    "artist_ids": [
        "3d49e36a-cc9e-411e-93c6-d1646ba5bd3a"
    ],
    "album": "This Little Light",
    "release_id": null,
    "release_group_id": "1fd6f928-aeb5-4059-9931-0fab564e2844",
    "labels": [
        "Riverside"
    ],
    "label_ids": [
        "fd9ac552-7dae-42e4-98bf-d3a634bded8a"
    ],
    "release_date": "1965-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Covering Bob Dylan, who, legend has it, proposed to Mavis Staples who turned him down. Playing as part of the \"rain\" set of The Roadhouse's 6 Degrees show.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}