Information about plays

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

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

{
    "id": 3550437,
    "uri": "https://api.kexp.org/v2/plays/3550437/?format=api",
    "airdate": "2025-09-08T12:13:29-07:00",
    "show": 64509,
    "show_uri": "https://api.kexp.org/v2/shows/64509/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "Queenless King",
    "track_id": null,
    "recording_id": "df145765-0abd-489b-9cef-40df71769454",
    "artist": "WITCH",
    "artist_ids": [
        "6fc531d2-9a47-496b-b4b5-01e2b17fe99d"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2025-09-08",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "WITCH, LIVE in KEXP's Gathering Space on KEXP right now! The Zambian band will also perform at The Tractor Tavern in Seattle TONIGHT, Monday, September 8th. \n\nThe new album \"SOGOLO\" from the Zamrock band is out now!\nhttps://w-i-t-c-h.bandcamp.com/album/sogolo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}