Information about plays

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

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

{
    "id": 3624443,
    "uri": "https://api.kexp.org/v2/plays/3624443/?format=api",
    "airdate": "2026-03-02T15:23:56-08:00",
    "show": 66073,
    "show_uri": "https://api.kexp.org/v2/shows/66073/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cycles to Gehenna",
    "track_id": "4c3c122e-9501-49a7-8cce-12197c8d5623",
    "recording_id": "92afea4e-abf5-4ee7-992a-4da07be74637",
    "artist": "Aesop Rock",
    "artist_ids": [
        "aba64937-3334-4c65-90a1-4e6b9d4d7ada"
    ],
    "album": "Skelethon",
    "release_id": "86c90852-8e4e-4b36-bd02-793f87c1263a",
    "release_group_id": "769966a4-c76b-4935-a5c0-74147dcb5b79",
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "release_date": "2012-07-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aesop Rock's 'Skelethon' features artists like Kimya Dawson, Allyson Baker of Dirty Ghosts, Hanni El Khatib, Nicky Fleming-Yaryan, Rob Sonic, DJ Big Wiz and the Grimace Federation. \n\n\"Aesop's album follows in the wake of several deep personal losses and highlights subject matter that deals with the sometimes-futile ways people try to cope with serious issues.\"\n\nhttps://aesoprock.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}