Information about plays

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

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

{
    "id": 3633198,
    "uri": "https://api.kexp.org/v2/plays/3633198/?format=api",
    "airdate": "2026-03-24T18:06:58-07:00",
    "show": 66270,
    "show_uri": "https://api.kexp.org/v2/shows/66270/?format=api",
    "image_uri": "https://coverartarchive.org/release/5f45eb5b-878d-44c9-997d-b77e78613c98/25753945898-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5f45eb5b-878d-44c9-997d-b77e78613c98/25753945898-250.jpg",
    "song": "Hogin’ Machine",
    "track_id": null,
    "recording_id": "be4356c7-1ca5-4435-8d74-818f44a7290c",
    "artist": "Les Baxter",
    "artist_ids": [
        "b556bdfa-e55f-4891-a9cd-ba40010634e8"
    ],
    "album": "Hell’s Belles",
    "release_id": null,
    "release_group_id": "eddf9671-9d6c-35e1-95aa-de1a7cf5a6c1",
    "labels": [
        "La‐La Land Records"
    ],
    "label_ids": [
        "8571b3b1-df08-4be1-9e93-c93a8152ffab"
    ],
    "release_date": "1969-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Les Baxter scored over 250 radio, television, and motion pictures numbers - including this song from Hell's Belles, a 1969 biker film.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}