Information about plays

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

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

{
    "id": 3561448,
    "uri": "https://api.kexp.org/v2/plays/3561448/?format=api",
    "airdate": "2025-10-05T00:13:54-07:00",
    "show": 64749,
    "show_uri": "https://api.kexp.org/v2/shows/64749/?format=api",
    "image_uri": "https://coverartarchive.org/release/723a9bfb-6719-4c3b-b192-4b94c94071e7/19531854947-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/723a9bfb-6719-4c3b-b192-4b94c94071e7/19531854947-250.jpg",
    "song": "The Mummy’s Curse",
    "track_id": null,
    "recording_id": "d8f1f187-264a-4f0c-bc4e-13fb87b5d68e",
    "artist": "Shakma",
    "artist_ids": [
        "63e531f9-2cfb-4818-a62a-540db7cb5b25"
    ],
    "album": "House of Possession",
    "release_id": null,
    "release_group_id": "0f25828d-1298-48eb-868b-950cc6181c2e",
    "labels": [
        "Duplicate Records"
    ],
    "label_ids": [
        "6b430efc-69b2-4e91-8070-781bee2abf0d"
    ],
    "release_date": "2018-02-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Trio from Norway\n\nhttps://shakma.bandcamp.com/album/on-tenebrous-wings",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}