Information about plays

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

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

{
    "id": 3534440,
    "uri": "https://api.kexp.org/v2/plays/3534440/?format=api",
    "airdate": "2025-08-01T07:16:56-07:00",
    "show": 64168,
    "show_uri": "https://api.kexp.org/v2/shows/64168/?format=api",
    "image_uri": "https://ia601909.us.archive.org/32/items/mbid-a227a9b1-59e1-43fd-93b5-ecdd85da190c/mbid-a227a9b1-59e1-43fd-93b5-ecdd85da190c-38562892604_thumb500.jpg",
    "thumbnail_uri": "https://ia801909.us.archive.org/32/items/mbid-a227a9b1-59e1-43fd-93b5-ecdd85da190c/mbid-a227a9b1-59e1-43fd-93b5-ecdd85da190c-38562892604_thumb250.jpg",
    "song": "One Line",
    "track_id": "f32edfbd-c668-394a-90f5-c4cd1b393bdc",
    "recording_id": "57b47332-ee21-4213-baa1-10cf9805428f",
    "artist": "PJ Harvey",
    "artist_ids": [
        "e795e03d-b5d5-4a5f-834d-162cfb308a2c"
    ],
    "album": "Stories From the City, Stories From the Sea",
    "release_id": "a227a9b1-59e1-43fd-93b5-ecdd85da190c",
    "release_group_id": "71641af7-d122-326a-b0bb-f76a8d09810c",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2000-10-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Monday, 5am. John walks into the KEXP booth. He's disheveled, a cigarette hangs from the edge of a mouth. We both know he doesn't smoke. Below are eyes that have seen too much this past weekend. Suddenly an idea forms in the outer cortext of his inner child. Play all the songs from Stories From the City, Stories From the Sea this week. Owen screams \"ARE YOU OUT OF YOUR MIND MAN, IT WILL NEVER WORK.\" \n\nAnd yet, here we are. It's Friday, August 1st 7:20 AM Seattle time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}