Information about plays

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

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

{
    "id": 3540857,
    "uri": "https://api.kexp.org/v2/plays/3540857/?format=api",
    "airdate": "2025-08-16T18:39:22-07:00",
    "show": 64308,
    "show_uri": "https://api.kexp.org/v2/shows/64308/?format=api",
    "image_uri": "https://ia800707.us.archive.org/34/items/mbid-7fe28660-dfa2-4746-8d8c-31d018d8ac0f/mbid-7fe28660-dfa2-4746-8d8c-31d018d8ac0f-42264833468_thumb500.jpg",
    "thumbnail_uri": "https://dn721301.ca.archive.org/0/items/mbid-7fe28660-dfa2-4746-8d8c-31d018d8ac0f/mbid-7fe28660-dfa2-4746-8d8c-31d018d8ac0f-42264833468_thumb250.jpg",
    "song": "Loaded Painted Red (Cover)",
    "track_id": "7c297029-7606-4cb8-8721-26af2316dcbc",
    "recording_id": "12aa03a3-1708-4f32-8fd0-0965f1f7419b",
    "artist": "Chastity Belt",
    "artist_ids": [
        "944267d5-c0f0-4f4e-b3f2-7987d25d0441"
    ],
    "album": "Loaded Painted Red",
    "release_id": "7fe28660-dfa2-4746-8d8c-31d018d8ac0f",
    "release_group_id": "42d03320-5779-4a89-9b34-7d8c9eb498f8",
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2025-06-17",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Chastity Belt (from Walla Walla) doing their cover of 764-Hero’s “Loaded Painted Red” released in June 2025. \noriginal song was released in 1998 on the album Get Here and Stay.",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}