Information about plays

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

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

{
    "id": 3620759,
    "uri": "https://api.kexp.org/v2/plays/3620759/?format=api",
    "airdate": "2026-02-22T10:07:03-08:00",
    "show": 66001,
    "show_uri": "https://api.kexp.org/v2/shows/66001/?format=api",
    "image_uri": "https://coverartarchive.org/release/111cb15e-771f-4143-97f4-d0cc376084a6/11089468217-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/111cb15e-771f-4143-97f4-d0cc376084a6/11089468217-250.jpg",
    "song": "St. Louis Blues",
    "track_id": null,
    "recording_id": null,
    "artist": "Flamin’ Groovies",
    "artist_ids": [
        "c826bda4-4f4f-4746-81ba-5f66ac9c95e5"
    ],
    "album": "Shake Some Action",
    "release_id": null,
    "release_group_id": "13c3be34-ada8-47f6-bec1-9f07a4870f7e",
    "labels": [
        "Sire"
    ],
    "label_ids": [],
    "release_date": "1993-07-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The San Francisco band cover W.C. Handy’s most famous song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}