Information about plays

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

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

{
    "id": 3545709,
    "uri": "https://api.kexp.org/v2/plays/3545709/?format=api",
    "airdate": "2025-08-28T02:27:51-07:00",
    "show": 64406,
    "show_uri": "https://api.kexp.org/v2/shows/64406/?format=api",
    "image_uri": "https://coverartarchive.org/release/cabaa8e0-f133-4f48-bbe1-3221fff39864/35400465195-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cabaa8e0-f133-4f48-bbe1-3221fff39864/35400465195-250.jpg",
    "song": "Good Lava",
    "track_id": null,
    "recording_id": "1231d8b9-868e-4590-8544-15db7181c2d5",
    "artist": "Esperanza Spalding",
    "artist_ids": [
        "5c12b265-5e59-44e0-b657-5cf4169f7316"
    ],
    "album": "Emily’s D+Evolution",
    "release_id": null,
    "release_group_id": "68b352ae-a374-4535-834a-96e920782e8f",
    "labels": [
        "Concord Records"
    ],
    "label_ids": [
        "c5f3bc66-5e1e-47bf-8737-46612304aca6"
    ],
    "release_date": "2016-01-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "GRAMMY-nominated jazz visionary Kassa Overall unveils “C.R.E.A.M. (CASH RULES EVERYTHING AROUND ME),” a Coltrane-esque exploration of Wu-Tang Clan’s rap anthem that dissolves the boundary between spiritual jazz and golden age hip-hop. The track is the second single off of his eponymously titled forthcoming album CREAM, out digitally and on CD and vinyl September 12 via Warp Records. kassaoverall.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}