Information about plays

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

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

{
    "id": 3633625,
    "uri": "https://api.kexp.org/v2/plays/3633625/?format=api",
    "airdate": "2026-03-25T21:02:00-07:00",
    "show": 66279,
    "show_uri": "https://api.kexp.org/v2/shows/66279/?format=api",
    "image_uri": "https://coverartarchive.org/release/6ddcaf4c-d7e7-47f6-89c3-b28716bf79d0/3017617604-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6ddcaf4c-d7e7-47f6-89c3-b28716bf79d0/3017617604-250.jpg",
    "song": "Paint the Road",
    "track_id": null,
    "recording_id": null,
    "artist": "Adrian Belew",
    "artist_ids": [
        "73c3f499-60e2-44e1-81dd-7fe2191461fa"
    ],
    "album": "Twang Bar King",
    "release_id": null,
    "release_group_id": "557b33fa-7cb9-34fc-9843-cd75118046a2",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees! - super prolific guitarist (and member of the newly-reformed King Crimson below) Adrian Belew's second solo LP",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}