Information about plays

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

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

{
    "id": 3604432,
    "uri": "https://api.kexp.org/v2/plays/3604432/?format=api",
    "airdate": "2026-01-14T22:49:55-08:00",
    "show": 65652,
    "show_uri": "https://api.kexp.org/v2/shows/65652/?format=api",
    "image_uri": "https://coverartarchive.org/release/65abd6df-8758-4b72-8fde-62fbdaf3458e/15992900700-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/65abd6df-8758-4b72-8fde-62fbdaf3458e/15992900700-250.jpg",
    "song": "Cassidy",
    "track_id": null,
    "recording_id": "48beb022-20f7-47e7-b3e7-26aa3a967482",
    "artist": "Grateful Dead",
    "artist_ids": [
        "6faa7ca7-0d99-4a5e-bfa6-1fd5037520c6"
    ],
    "album": "Dick’s Picks, Volume 20: Capital Centre, Landover, MD 9/25/76, Onondaga County War Memorial, Syracuse, NY 9/28/76",
    "release_id": null,
    "release_group_id": "715b9746-a260-3c28-96fe-744d5b17366a",
    "labels": [
        "Grateful Dead Records"
    ],
    "label_ids": [
        "6864bcce-2b7e-40f6-9391-6732f4e181c5"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}