Information about plays

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

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

{
    "id": 3541158,
    "uri": "https://api.kexp.org/v2/plays/3541158/?format=api",
    "airdate": "2025-08-17T09:32:22-07:00",
    "show": 64314,
    "show_uri": "https://api.kexp.org/v2/shows/64314/?format=api",
    "image_uri": "https://coverartarchive.org/release/80319326-77ab-4a03-8459-5d0bc253621a/3805887215-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/80319326-77ab-4a03-8459-5d0bc253621a/3805887215-250.jpg",
    "song": "Eastbound and Down",
    "track_id": null,
    "recording_id": "a5f38028-bd1f-44db-bbb5-cc4a83f67afa",
    "artist": "Jerry Reed",
    "artist_ids": [
        "44419ff2-0251-49ba-933b-b09733ff9adb"
    ],
    "album": "Smokey and the Bandit",
    "release_id": null,
    "release_group_id": "f5d89fe7-3e3c-30f9-8716-a6b7076a710b",
    "labels": [
        "RCA"
    ],
    "label_ids": [],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written for and summarizing most of the plot of the movie, the terminology refers to a signature CB radio trucker sign off “[Direction] bound and down\" which means they’ve got “the hammer down” on the accelerator pedal.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}