Information about plays

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

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

{
    "id": 3569876,
    "uri": "https://api.kexp.org/v2/plays/3569876/?format=api",
    "airdate": "2025-10-25T18:46:34-07:00",
    "show": 64933,
    "show_uri": "https://api.kexp.org/v2/shows/64933/?format=api",
    "image_uri": "https://dn710207.ca.archive.org/0/items/mbid-1006ee56-658b-482d-b96c-87a906961071/mbid-1006ee56-658b-482d-b96c-87a906961071-36649369691_thumb500.jpg",
    "thumbnail_uri": "https://dn710207.ca.archive.org/0/items/mbid-1006ee56-658b-482d-b96c-87a906961071/mbid-1006ee56-658b-482d-b96c-87a906961071-36649369691_thumb250.jpg",
    "song": "You Don't Own Me",
    "track_id": "aaa5d156-4dbf-49fb-ad7d-ed58971258f2",
    "recording_id": "6ebe44bc-b840-4c38-90fc-67ccefa76f1c",
    "artist": "Deep Sea Diver",
    "artist_ids": [
        "18a627eb-c6e8-4175-b947-9322d8deb938"
    ],
    "album": "You Don't Own Me",
    "release_id": "2fc5ec25-2e76-42d8-a4ee-6f5417a8b553",
    "release_group_id": "00c01ea0-50ac-46af-a536-c846da427b34",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-03-08",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Deep Sea Diver released this cover of the Leslie Gore track for International Women's Day in 2019; all proceeds go to The S.H.E. (Safe, Healthy, Empowered) Clinic; a mobile service that provides quality, trauma-informed and non- judgmental health care for women along Aurora Avenue, many of whom are unhoused, drug dependent, and marginalized in Seattle.\n\nhttp://www.auroracommons.org",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}