Information about plays

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

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

{
    "id": 3636902,
    "uri": "https://api.kexp.org/v2/plays/3636902/?format=api",
    "airdate": "2026-04-02T14:44:12-07:00",
    "show": 66346,
    "show_uri": "https://api.kexp.org/v2/shows/66346/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What's Going On (The London version)",
    "track_id": null,
    "recording_id": "f96e59e7-b81a-4bf2-98b2-a53ba37cac4f",
    "artist": "U2, Chris Martin, Brian Eno",
    "artist_ids": [],
    "album": "What’s Going On",
    "release_id": null,
    "release_group_id": "44e9dee6-72cc-352e-9b9d-5a408d165758",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2001-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The London Version\": Produced by Brian Eno. Lead Vocals: Bono and Chris Martin. Guitar, Bass and Backing Vocals: The Edge. Keyboard and Backing Vocals: Chris Martin. Keyboard, Treatments and Backing Vocals: Brian Eno.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}