Information about plays

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

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

{
    "id": 3572179,
    "uri": "https://api.kexp.org/v2/plays/3572179/?format=api",
    "airdate": "2025-10-31T10:22:49-07:00",
    "show": 64983,
    "show_uri": "https://api.kexp.org/v2/shows/64983/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bridge of Doom",
    "track_id": "df205b41-f087-40cf-bd47-b114257499f4",
    "recording_id": "49345383-9382-4767-8bfa-30e5a2fc56b8",
    "artist": "DOOM GONG",
    "artist_ids": [
        "20e4fdd4-59a7-4647-8f2c-ebadad57a008"
    ],
    "album": "DOOM GONG",
    "release_id": "60fab4f4-d5aa-43a9-9298-9bf7d803db74",
    "release_group_id": "3d5bd594-836a-4287-b2b0-5c1c479b5f2c",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-03-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seven-piece band DOOM GONG is a self-described Denim Psych amalgam from Louisville, KY. \n\n\"Bridge of DOOM\" comes from their 2023 album, DOOM GONG. Their most recent LP, entitled MEGAGONG, came out this August! \nhttps://doomgong.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}