Information about plays

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

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

{
    "id": 3593654,
    "uri": "https://api.kexp.org/v2/plays/3593654/?format=api",
    "airdate": "2025-12-20T20:20:44-08:00",
    "show": 65433,
    "show_uri": "https://api.kexp.org/v2/shows/65433/?format=api",
    "image_uri": "https://coverartarchive.org/release/629a5ffa-dfc9-4e80-b19a-0627b2f56b5b/22160120424-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/629a5ffa-dfc9-4e80-b19a-0627b2f56b5b/22160120424-250.jpg",
    "song": "It's Christmas Time (and I Am Still Alive)",
    "track_id": null,
    "recording_id": "4b9bfa46-d608-4344-9124-d07b01341545",
    "artist": "Deep Sea Diver",
    "artist_ids": [
        "18a627eb-c6e8-4175-b947-9322d8deb938"
    ],
    "album": "It's Christmas Time",
    "release_id": null,
    "release_group_id": "c1f3e41b-54b8-4b62-8d20-bf3f0056354d",
    "labels": [],
    "label_ids": [],
    "release_date": "2015-12-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This 2015 EP includes this Jessica Dobson original, along with covers of \"The First Noel\", \"O Holy Night\", and \"Have Yourself a Merry Christmas\"\n\nhttps://thedeepseadiver.bandcamp.com/album/its-christmas-time-ep",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}