Information about plays

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

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

{
    "id": 3596506,
    "uri": "https://api.kexp.org/v2/plays/3596506/?format=api",
    "airdate": "2025-12-26T23:58:32-08:00",
    "show": 65482,
    "show_uri": "https://api.kexp.org/v2/shows/65482/?format=api",
    "image_uri": "https://coverartarchive.org/release/8db21467-c1b9-40dd-88f0-109ab6cd9bd8/40010489103-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8db21467-c1b9-40dd-88f0-109ab6cd9bd8/40010489103-250.jpg",
    "song": "Breakadawn",
    "track_id": null,
    "recording_id": "b563e281-a45e-4e89-904c-445e1d89ed42",
    "artist": "De La Soul",
    "artist_ids": [
        "a8ebde98-7e91-46c7-992c-90039ba42017"
    ],
    "album": "Buhlo͞one Mind State",
    "release_id": null,
    "release_group_id": "898a6a79-9ff1-3913-814a-4514bfbff609",
    "labels": [
        "Tommy Boy Music"
    ],
    "label_ids": [
        "25782561-07e5-453b-b2e9-6a7c39f86a3e"
    ],
    "release_date": "1993-09-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Breakadawn\" is built from samples of Smokey Robinson (\"A Quiet Storm\"), Michael Jackson (\"I Can't Help It\"), and the Bar-Kays (\"Sang and Dance\") and The Pointer Sisters (\"Yes We Can Can\")\n\nhttps://delasoul.bandcamp.com/album/buhloone-mindstate-1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}