Information about plays

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

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

{
    "id": 3634567,
    "uri": "https://api.kexp.org/v2/plays/3634567/?format=api",
    "airdate": "2026-03-28T08:07:13-07:00",
    "show": 66301,
    "show_uri": "https://api.kexp.org/v2/shows/66301/?format=api",
    "image_uri": "https://coverartarchive.org/release/1e32f262-e0b3-4307-bd19-0ea6a78a87d7/43001721684-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1e32f262-e0b3-4307-bd19-0ea6a78a87d7/43001721684-250.jpg",
    "song": "Murder of Crows",
    "track_id": null,
    "recording_id": null,
    "artist": "Leanne Betasamosake Simpson",
    "artist_ids": [
        "5c09dcfe-52ba-46f5-b248-92fb846dbfba"
    ],
    "album": "Live Like The Sky",
    "release_id": null,
    "release_group_id": "0b055ceb-0464-4ae4-ad57-ad61f2c4857d",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}