Information about plays

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

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

{
    "id": 3641726,
    "uri": "https://api.kexp.org/v2/plays/3641726/?format=api",
    "airdate": "2026-04-13T22:50:55-07:00",
    "show": 66447,
    "show_uri": "https://api.kexp.org/v2/shows/66447/?format=api",
    "image_uri": "https://coverartarchive.org/release/84ed5754-c97a-4b70-98a9-8f427f2d94ba/31611783051-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/84ed5754-c97a-4b70-98a9-8f427f2d94ba/31611783051-250.jpg",
    "song": "Arc of a Journey",
    "track_id": null,
    "recording_id": "ede18f91-8c62-4a7d-aca2-193220dc1887",
    "artist": "Broadcast",
    "artist_ids": [
        "aaae25bf-c794-45d7-bab7-cdc7c655bfa6"
    ],
    "album": "Tender Buttons",
    "release_id": null,
    "release_group_id": "c1e95023-7208-359a-9056-ab94385c39bc",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2005-09-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Can I see? / More than I'm programmed to be?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}