Information about plays

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

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

{
    "id": 3632884,
    "uri": "https://api.kexp.org/v2/plays/3632884/?format=api",
    "airdate": "2026-03-23T22:02:59-07:00",
    "show": 66264,
    "show_uri": "https://api.kexp.org/v2/shows/66264/?format=api",
    "image_uri": "https://coverartarchive.org/release/c2de411f-90de-433e-ad50-49cb7f8e86d9/40968203828-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c2de411f-90de-433e-ad50-49cb7f8e86d9/40968203828-250.jpg",
    "song": "Close (feat. Helado Negro)",
    "track_id": null,
    "recording_id": null,
    "artist": "Ela Minus",
    "artist_ids": [
        "a5e221c1-da44-4ebb-a2ea-1a704782413c"
    ],
    "album": "Acts of Rebellion",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [],
    "release_date": "2020-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi pals, welcome to the show! Six Degrees Week!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}