Information about plays

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

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

{
    "id": 3542745,
    "uri": "https://api.kexp.org/v2/plays/3542745/?format=api",
    "airdate": "2025-08-21T03:46:42-07:00",
    "show": 64344,
    "show_uri": "https://api.kexp.org/v2/shows/64344/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "C.R.E.A.M. (CASH RULES EVERYTHING AROUND ME)",
    "track_id": null,
    "recording_id": null,
    "artist": "Kassa Overall",
    "artist_ids": [
        "2d8e57da-b949-4e7f-8ebf-dd907e03119a"
    ],
    "album": "CREAM",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "Medium",
    "is_local": true,
    "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"
}