Information about plays

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

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

{
    "id": 3659818,
    "uri": "https://api.kexp.org/v2/plays/3659818/?format=api",
    "airdate": "2026-05-26T13:09:55-07:00",
    "show": 66821,
    "show_uri": "https://api.kexp.org/v2/shows/66821/?format=api",
    "image_uri": "https://coverartarchive.org/release/e33f748d-bc5b-4b32-b45d-022ed8e75d37/5216377247-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e33f748d-bc5b-4b32-b45d-022ed8e75d37/5216377247-250.jpg",
    "song": "Toad (stereo)",
    "track_id": null,
    "recording_id": "76e4194a-50fb-4c72-be46-9f88b70c4b0d",
    "artist": "Cream",
    "artist_ids": [
        "04cd0cfd-bfd1-4c36-bc38-95c35e2c045f"
    ],
    "album": "Fresh Cream",
    "release_id": null,
    "release_group_id": "38d65202-a589-38ad-bf19-6161193340ee",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1966-12-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Toad is famously recognized for Ginger Baker's extended drum solo. The right channel features the drum kit and the bass line and the left channel features Eric Clapton's electric guitar, which only drops in occasionally around the solos and intro.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}