Information about plays

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

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

{
    "id": 3631341,
    "uri": "https://api.kexp.org/v2/plays/3631341/?format=api",
    "airdate": "2026-03-20T05:18:36-07:00",
    "show": 66228,
    "show_uri": "https://api.kexp.org/v2/shows/66228/?format=api",
    "image_uri": "https://coverartarchive.org/release/1c072c16-a419-42d1-8ca7-d1691b051573/30210959458-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1c072c16-a419-42d1-8ca7-d1691b051573/30210959458-250.jpg",
    "song": "The Mall & Misery",
    "track_id": null,
    "recording_id": "89d84c6d-f577-4190-9cff-79372b42b90d",
    "artist": "Broken Bells",
    "artist_ids": [
        "62d364d2-550b-420e-b918-b3bd1e4a2efc"
    ],
    "album": "Broken Bells",
    "release_id": null,
    "release_group_id": "56adea3a-ef22-47c0-a55a-50177092e30f",
    "labels": [
        "Sony Records International"
    ],
    "label_ids": [
        "c9a4ea86-7611-4fff-9f4f-41f18be7e14b"
    ],
    "release_date": "2010-03-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“The Mall & Misery” is the closing track on Broken Bells’ 2010 self‑titled debut, written and produced by James Mercer and Danger Mouse. It’s a lush, mid‑tempo piece with strings, organ, and synths that leans into a dreamy, slightly psychedelic pop feel rather than a big single moment.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}