Information about plays

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

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

{
    "id": 3594502,
    "uri": "https://api.kexp.org/v2/plays/3594502/?format=api",
    "airdate": "2025-12-22T14:24:40-08:00",
    "show": 65449,
    "show_uri": "https://api.kexp.org/v2/shows/65449/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The News",
    "track_id": "55ab458a-d261-4f66-b651-ed77a99d2e10",
    "recording_id": "beef8fe0-22b3-4764-ab70-c6107bb6f39b",
    "artist": "Drugdealer",
    "artist_ids": [
        "d3b69dfc-4b20-440c-bd23-6f939d076082"
    ],
    "album": "The News",
    "release_id": "9e3fa934-34ea-40de-ab22-ee25a185cf2f",
    "release_group_id": "9853c504-1360-4c4d-930b-2400dd9e8060",
    "labels": [
        "Mexican Summer"
    ],
    "label_ids": [
        "2c6049c6-7335-4d03-b264-234b314b03b5"
    ],
    "release_date": "2025-11-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Drugdealer! \n\n\"Born from a years-long friendship and a musical spark rekindled in Spain, “The News” marks Drugdealer’s first collaboration with Robbie Chemical. What began as a simple harmony grew into a panoramic partnership, the musician’s voices effortlessly entwined and a pop paragon envisioned. Inspired by generational conversations on chaos, change, and connection, the track opens a new chapter for Collins—topical, personal, and unmistakably Drugdealer.\"\n\nhttps://drugdealerband.bandcamp.com/album/the-news",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}