Information about plays

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

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

{
    "id": 3629607,
    "uri": "https://api.kexp.org/v2/plays/3629607/?format=api",
    "airdate": "2026-03-16T05:24:51-07:00",
    "show": 66196,
    "show_uri": "https://api.kexp.org/v2/shows/66196/?format=api",
    "image_uri": "https://dn710700.ca.archive.org/0/items/mbid-6443baf4-232c-4d1f-911c-2c8581b79a2e/mbid-6443baf4-232c-4d1f-911c-2c8581b79a2e-10504423343_thumb500.jpg",
    "thumbnail_uri": "https://dn710700.ca.archive.org/0/items/mbid-6443baf4-232c-4d1f-911c-2c8581b79a2e/mbid-6443baf4-232c-4d1f-911c-2c8581b79a2e-10504423343_thumb250.jpg",
    "song": "I Love to Boogie",
    "track_id": "7274a5de-20f2-3a55-8852-39f8170af35b",
    "recording_id": "904d0882-61c1-44fb-b47e-62a7f3203d8e",
    "artist": "T. Rex",
    "artist_ids": [
        "c842d29f-a297-48cd-bb71-4f77fd672b16"
    ],
    "album": "Dandy in the Underworld",
    "release_id": "cf1f5ec9-5e0f-4e74-9d86-6406c1feb2de",
    "release_group_id": "d6e5f694-abb2-3ede-8b51-2979be85b1a4",
    "labels": [
        "T·REX"
    ],
    "label_ids": [
        "5e555391-132d-4038-8b40-5555b49a6f80"
    ],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I Love to Boogie\" is one of the most popular hits by the British glam rock band T. Rex, led by Marc Bolan. \n\nIt was originally released as a single in June 1976 and later became a standout track on the band’s twelfth and final studio album, Dandy in the Underworld, released on March 11, 1977.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}