Information about plays

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

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

{
    "id": 3640222,
    "uri": "https://api.kexp.org/v2/plays/3640222/?format=api",
    "airdate": "2026-04-10T08:42:39-07:00",
    "show": 66414,
    "show_uri": "https://api.kexp.org/v2/shows/66414/?format=api",
    "image_uri": "https://coverartarchive.org/release/2cd2d18a-b1e4-3d7f-b9e2-d6bb4976ec24/7616204941-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2cd2d18a-b1e4-3d7f-b9e2-d6bb4976ec24/7616204941-250.jpg",
    "song": "Strange Brew",
    "track_id": null,
    "recording_id": "1fc8484a-3a45-4cc5-9f5e-aa4bc878f855",
    "artist": "Cream",
    "artist_ids": [
        "04cd0cfd-bfd1-4c36-bc38-95c35e2c045f"
    ],
    "album": "Disraeli Gears",
    "release_id": null,
    "release_group_id": "bbd66e31-ac27-3432-81a7-0d4b4b4c5de5",
    "labels": [],
    "label_ids": [],
    "release_date": "1967-11-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Eric Clapton primarily played a 1964 Gibson SG (often referred to as \"The Fool\" SG) during the recording sessions for Disraeli Gears (1967), including the track \"Strange Brew\". He ran this guitar through a 100-watt Marshall Plexi amplifier to achieve his signature \"woman tone,\" characterized by a thick, dark, and sustained sound.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}