Information about plays

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

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

{
    "id": 3633197,
    "uri": "https://api.kexp.org/v2/plays/3633197/?format=api",
    "airdate": "2026-03-24T18:03:52-07:00",
    "show": 66270,
    "show_uri": "https://api.kexp.org/v2/shows/66270/?format=api",
    "image_uri": "https://dn710901.ca.archive.org/0/items/mbid-cdf0784c-55c7-4639-a02f-4b4f19c4a7b4/mbid-cdf0784c-55c7-4639-a02f-4b4f19c4a7b4-25720591384_thumb500.jpg",
    "thumbnail_uri": "https://dn710901.ca.archive.org/0/items/mbid-cdf0784c-55c7-4639-a02f-4b4f19c4a7b4/mbid-cdf0784c-55c7-4639-a02f-4b4f19c4a7b4-25720591384_thumb250.jpg",
    "song": "Prelude in C# minor",
    "track_id": "2189b924-0164-3570-bb5c-6ec73d3c38ec",
    "recording_id": "53bacbf8-2b65-4669-902f-f6dd56adc3ba",
    "artist": "Sergei Rachmaninoff",
    "artist_ids": [
        "44b16e44-da77-4580-b851-0d765904573e"
    ],
    "album": "Moog Rock",
    "release_id": "cdf0784c-55c7-4639-a02f-4b4f19c4a7b4",
    "release_group_id": "d91c4118-2799-3214-b32e-3d0aca964bdf",
    "labels": [
        "GNP Crescendo"
    ],
    "label_ids": [
        "bc0a353e-1f62-4f55-a2e1-d4bec38974f4"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampled by Beastie Boys for \"Intergalactic.\"\nThis is Les Baxter's version of \"Prelude en Do Dieze Mineur\" by Sergei Rachmaninoff.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}