Information about plays

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

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

{
    "id": 3577286,
    "uri": "https://api.kexp.org/v2/plays/3577286/?format=api",
    "airdate": "2025-11-12T15:06:09-08:00",
    "show": 65091,
    "show_uri": "https://api.kexp.org/v2/shows/65091/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "milk of the madonna",
    "track_id": null,
    "recording_id": null,
    "artist": "Deftones",
    "artist_ids": [
        "7527f6c2-d762-4b88-b5e2-9244f1e34c46"
    ],
    "album": "Private Music",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "The group formed in Sacramento, California in 1988, when then high-school students Stephen Carpenter (guitar), Abe Cunningham (drums), and Chino Moreno (vocals) first began to jam together. They chose the name Deftones and began playing out locally shortly thereafter, going through several different bass players before finding a permanent bassist in the form of Chi Cheng.: https://www.allmusic.com/artist/deftones-mn0000813946#biography\n--\n\"Private Music,\" is their tenth album and their first new music in five years.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}