Information about plays

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

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

{
    "id": 3629183,
    "uri": "https://api.kexp.org/v2/plays/3629183/?format=api",
    "airdate": "2026-03-15T08:12:24-07:00",
    "show": 66186,
    "show_uri": "https://api.kexp.org/v2/shows/66186/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunset II",
    "track_id": null,
    "recording_id": null,
    "artist": "SUSS",
    "artist_ids": [],
    "album": "Counting Sunsets",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Northern Spy"
    ],
    "label_ids": [],
    "release_date": "2026-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lead single to the forthcoming album from NYC trio SUSS that continues to revel in their \"slow-motion Americana\" soundscapes ~ https://suss.bandcamp.com/album/counting-sunsets :: \nWatch SUSS perform Live on KEXP here: https://youtu.be/cX5Ti33E-pU?si=mbcPlvz4_1aVmWmY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}