Information about plays

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

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

{
    "id": 3594492,
    "uri": "https://api.kexp.org/v2/plays/3594492/?format=api",
    "airdate": "2025-12-22T13:56:18-08:00",
    "show": 65449,
    "show_uri": "https://api.kexp.org/v2/shows/65449/?format=api",
    "image_uri": "https://coverartarchive.org/release/d2dd6477-c924-4519-b781-5072dff4938b/16161966485-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d2dd6477-c924-4519-b781-5072dff4938b/16161966485-250.jpg",
    "song": "Xmas Tree",
    "track_id": null,
    "recording_id": "583180ae-d22b-4965-bdd0-b465288fca8a",
    "artist": "Deerhoof",
    "artist_ids": [
        "11eabe0c-2638-4808-92f9-1dbd9c453429"
    ],
    "album": "Halfbird",
    "release_id": null,
    "release_group_id": "e81d6402-020b-319e-98ff-afc225d5991a",
    "labels": [
        "Menlo Park Recordings"
    ],
    "label_ids": [
        "c6b135de-ff58-48d2-a2a4-1aff2a005775"
    ],
    "release_date": "2001-07-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://thequietus.com/interviews/strange-world-of/deerhoof-future-teenage-cave-artists-interview-strange-world-david-bowie-radiohead-marlene-marder-xbxrx-tigue/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}