Information about plays

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

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

{
    "id": 3594350,
    "uri": "https://api.kexp.org/v2/plays/3594350/?format=api",
    "airdate": "2025-12-22T06:12:42-08:00",
    "show": 65446,
    "show_uri": "https://api.kexp.org/v2/shows/65446/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Coil",
    "track_id": "4f840bb8-e248-4f9a-9036-270dc99ea610",
    "recording_id": "d79f0957-f4dd-47bd-a46b-b3bb4c536a1a",
    "artist": "King Woman",
    "artist_ids": [
        "371e500a-4ef4-4c52-a229-aeced6b211e0"
    ],
    "album": "Celestial Blues",
    "release_id": "0700419b-4d58-41c3-939a-b1ae244a5c73",
    "release_group_id": "e25ce243-f1c3-4ff0-897c-afccd35eb6e1",
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "2021-07-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Performing live:\n\n- Jan. 2 at Revolution Hall in Portland, OR\n- Jan. 3 at The Showbox in Seattle, WA\n\nLed by the hypnotic and breathy vocal dramatics of Kris Esfandiari, KING WOMAN unveil a profoundly crafted opus of brooding, ethereal doom-rock. \n\nhttps://kingwoman.bandcamp.com/track/coil",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}