Information about plays

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

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

{
    "id": 3592017,
    "uri": "https://api.kexp.org/v2/plays/3592017/?format=api",
    "airdate": "2025-12-16T21:07:55-08:00",
    "show": 65397,
    "show_uri": "https://api.kexp.org/v2/shows/65397/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sleepwalking",
    "track_id": null,
    "recording_id": null,
    "artist": "Lily Allen",
    "artist_ids": [],
    "album": "West End Girl",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "BMG Rights Management (UK) Ltd."
    ],
    "label_ids": [],
    "release_date": "2025-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lily Allen’s new album, West End Girl, has pulled the rug out from under happily-married-after dreams. The record is an odyssey of betrayal and heartbreak, an investigation of the way we perceive ourselves and the people we wake up next to every morning, and a litmus test for how honest we’re allowed to be in art and life. As a result, her record stands as a marker on the musical landscape where storytelling is laid out in its barest and sharpest form. Impressively, she has found an audience that’s ready to listen.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}