Information about plays

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

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

{
    "id": 3594844,
    "uri": "https://api.kexp.org/v2/plays/3594844/?format=api",
    "airdate": "2025-12-23T09:56:06-08:00",
    "show": 65455,
    "show_uri": "https://api.kexp.org/v2/shows/65455/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Killing Jar",
    "track_id": "0b40607d-890d-3a16-86cb-fd3fa9558707",
    "recording_id": "a4ddebc0-826f-4214-a028-d159b4328c61",
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "Peepshow",
    "release_id": "f92e24b3-1af8-4fcc-957f-7936c0f3ae74",
    "release_group_id": "04c7320f-7f3e-3b00-8256-a708923eac58",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Siouxsie and the Banshees were among the longest-lived and most successful acts to emerge from the London punk community; over the course of a career that lasted two decades, they evolved from an abrasive, primitive art punk band into a stylish, sophisticated unit that notched 18 Top 40 hits in the U.K. as well as a left-field Top 40 hit in the U.S.\n\nhttps://tinyurl.com/5n7yzmjh",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}