Information about plays

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

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

{
    "id": 3636569,
    "uri": "https://api.kexp.org/v2/plays/3636569/?format=api",
    "airdate": "2026-04-01T19:42:29-07:00",
    "show": 66340,
    "show_uri": "https://api.kexp.org/v2/shows/66340/?format=api",
    "image_uri": "https://coverartarchive.org/release/75cb1ad8-bc25-4bbc-8e52-c7110fea43dc/25020622961-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/75cb1ad8-bc25-4bbc-8e52-c7110fea43dc/25020622961-250.jpg",
    "song": "Safe In My Garden",
    "track_id": null,
    "recording_id": "73e0faf0-5f9d-4bd4-87fe-59923454dfbd",
    "artist": "The Mamas & The Papas",
    "artist_ids": [
        "ff294730-0315-440d-a543-54005779c15b"
    ],
    "album": "The Mamas and the Papas",
    "release_id": null,
    "release_group_id": "64f5ded2-4a9a-419b-979d-88279bb2d7d1",
    "labels": [
        "ABC Records"
    ],
    "label_ids": [
        "c3e5d5a2-53f2-4eab-9641-23d61e511928"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Safe in my garden\nAn ancient flower blooms\nAnd the scent from its nature\nSlowly squares my room\nAnd it's perfume being such\nThat it's causing me to swoon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}