Information about plays

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

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

{
    "id": 3542577,
    "uri": "https://api.kexp.org/v2/plays/3542577/?format=api",
    "airdate": "2025-08-20T18:08:45-07:00",
    "show": 64341,
    "show_uri": "https://api.kexp.org/v2/shows/64341/?format=api",
    "image_uri": "https://ia601901.us.archive.org/34/items/mbid-bf5634ca-e3c7-3fc7-816d-dbb7dbcbcd09/mbid-bf5634ca-e3c7-3fc7-816d-dbb7dbcbcd09-2981263198_thumb500.jpg",
    "thumbnail_uri": "https://ia801901.us.archive.org/34/items/mbid-bf5634ca-e3c7-3fc7-816d-dbb7dbcbcd09/mbid-bf5634ca-e3c7-3fc7-816d-dbb7dbcbcd09-2981263198_thumb250.jpg",
    "song": "Inner City Pressure",
    "track_id": "91cfd8f9-87e0-36d4-bced-95c8491f7b2a",
    "recording_id": "0de85242-2161-4979-a4af-cb917b28a116",
    "artist": "Flight of the Conchords",
    "artist_ids": [
        "1f574ab1-a46d-4586-9331-f0ded23e0411"
    ],
    "album": "Flight of the Conchords",
    "release_id": "bf5634ca-e3c7-3fc7-816d-dbb7dbcbcd09",
    "release_group_id": "bfcb5a88-9c37-30a8-b8d4-a90c644a8aa0",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2008-04-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Timely request from Will!\n\nFlight of the Conchords pay tribute to “West End Girls” by Pet Shop Boys. Bret McKenzie of Flight of the Conchords played Live on KEXP in 2022 - https://youtu.be/yYEywtC4IIM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}