Information about plays

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

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

{
    "id": 3592736,
    "uri": "https://api.kexp.org/v2/plays/3592736/?format=api",
    "airdate": "2025-12-18T16:13:54-08:00",
    "show": 65412,
    "show_uri": "https://api.kexp.org/v2/shows/65412/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Double Vision",
    "track_id": "150d8475-6a60-308a-919e-c69ba2cb0375",
    "recording_id": "c68078fb-a301-488b-9d44-2eb67f688018",
    "artist": "The Ponys",
    "artist_ids": [
        "2212458a-763b-4fc0-906d-69d0f6d1aa9d"
    ],
    "album": "Turn the Lights Out",
    "release_id": "5f715b13-da2a-4a08-8cdb-5a1353b80387",
    "release_group_id": "551f7ae0-5db7-392a-b3c3-352451ab0767",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2007-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nathan Jerde, the drummer for Chicago garage rockers the Ponys, died in May.\n\nThe band’s former label, In the Red, posted the following on Instagram: “[Jerde] was an awesome guy and a fantastic drummer. To say he will be missed is an understatement.”.\n\nhttps://matadorrecords.com/the_ponys",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}