Information about plays

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

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

{
    "id": 3573698,
    "uri": "https://api.kexp.org/v2/plays/3573698/?format=api",
    "airdate": "2025-11-04T01:25:59-08:00",
    "show": 65018,
    "show_uri": "https://api.kexp.org/v2/shows/65018/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "132 TECHNO",
    "track_id": "a899e2c1-1688-4c1b-b74c-29baff109fc8",
    "recording_id": "b870a157-91c6-4b5e-9309-5105897f58f8",
    "artist": "Kelly Lee Owens",
    "artist_ids": [
        "9d88eaab-f90a-4fbe-b84f-20da5518cd26"
    ],
    "album": "KELLY",
    "release_id": "f932c03c-cea9-4c87-a478-308c68b98f19",
    "release_group_id": "c9fae21b-3a92-4051-ad35-a74f899dd83b",
    "labels": [
        "dh2"
    ],
    "label_ids": [
        "6bb3e6d6-3655-4014-9a68-eff6df75e450"
    ],
    "release_date": "2025-11-21",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"'KELLY' is her most direct and dancefloor-ready project to date, a tight, urgent body of work designed for the clubs. It follows the success of Dreamstate, her fourth studio album, and continues Kelly's celebration of nightlife and togetherness as a force shaping culture and cities, while grounding her sound once again in techno.\"\n\nhttps://kellyleeowens.bandcamp.com/album/kelly",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}