Information about plays

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

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

{
    "id": 3634532,
    "uri": "https://api.kexp.org/v2/plays/3634532/?format=api",
    "airdate": "2026-03-28T06:12:22-07:00",
    "show": 66300,
    "show_uri": "https://api.kexp.org/v2/shows/66300/?format=api",
    "image_uri": "https://coverartarchive.org/release/f4afbe11-984e-4865-9677-b244dce5c8ed/3573875450-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f4afbe11-984e-4865-9677-b244dce5c8ed/3573875450-250.jpg",
    "song": "American Remains",
    "track_id": null,
    "recording_id": "c3e1c5f7-c13f-45f6-bc25-0b20c995eb32",
    "artist": "Waylon Jennings, Willie Nelson, Kris Kristofferson & Johnny Cash",
    "artist_ids": [
        "c685765c-b778-4ed6-9035-8f7088431765"
    ],
    "album": "Highwayman 2",
    "release_id": null,
    "release_group_id": "4f4ec354-7c10-329a-b52f-aef2111d97f6",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}