Information about plays

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

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

{
    "id": 3605705,
    "uri": "https://api.kexp.org/v2/plays/3605705/?format=api",
    "airdate": "2026-01-17T21:01:07-08:00",
    "show": 65676,
    "show_uri": "https://api.kexp.org/v2/shows/65676/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Conveyor Belt",
    "track_id": null,
    "recording_id": null,
    "artist": "The Cripples",
    "artist_ids": [
        "47cc09ef-3017-4332-973e-48170c1c48a2"
    ],
    "album": "Handbag",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Pre-Op Records"
    ],
    "label_ids": [
        "1bc5c925-75b0-422b-80b4-915d33a66ac7"
    ],
    "release_date": "2021-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Cripples will be playing at Slim's Last Chance in Seattle on February 20th with Celebrity Telethon and suprr powrr.  This will be the last show at Slim's as they will be closing at the end of February.\n\nhttps://www.slimslastchance.com/shows\nhttps://cripples.bandcamp.com/album/handbag",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}