Information about plays

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

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

{
    "id": 3634421,
    "uri": "https://api.kexp.org/v2/plays/3634421/?format=api",
    "airdate": "2026-03-27T23:22:48-07:00",
    "show": 66297,
    "show_uri": "https://api.kexp.org/v2/shows/66297/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Organic Mud",
    "track_id": null,
    "recording_id": "c6cc5dfd-cc0d-4ea5-96a6-92e02cecf6dd",
    "artist": "Larry June",
    "artist_ids": [
        "20d49152-11a2-4e55-8251-0d11dc6424fa"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Larry June, represents a new generation of independent San Francisco's Bay Area artists who built their careers through consistent releases and grassroots touring. Organic mud is from the 2021 album \"Spaceships on the Blade\" which was entirely self-released through his Private Club Records imprint, continuing June's fiercely independent approach.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}