Information about plays

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

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

{
    "id": 3640529,
    "uri": "https://api.kexp.org/v2/plays/3640529/?format=api",
    "airdate": "2026-04-11T01:57:43-07:00",
    "show": 66420,
    "show_uri": "https://api.kexp.org/v2/shows/66420/?format=api",
    "image_uri": "https://coverartarchive.org/release/e74d6ca1-acec-4766-9066-833a8a874870/44679536333-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e74d6ca1-acec-4766-9066-833a8a874870/44679536333-250.jpg",
    "song": "At the Settlement (demo)",
    "track_id": null,
    "recording_id": "54b422e1-8144-43b2-b766-884c2cbda90e",
    "artist": "The KVB",
    "artist_ids": [
        "cec651c7-19f4-4965-9566-3a05024130be"
    ],
    "album": "Of Desire - Demos & Outtakes (10th Anniversary Edition)",
    "release_id": null,
    "release_group_id": "78723e00-ac7d-4534-94be-6eca2c54c4ab",
    "labels": [
        "Unlimited Dream Records"
    ],
    "label_ids": [
        "a4298449-2c21-4c01-aaca-83aedc2ed8ed"
    ],
    "release_date": "2026-03-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://thekvb.bandcamp.com/album/of-desire-demos-outtakes-10th-anniversary-edition",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}