Information about plays

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

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

{
    "id": 3575732,
    "uri": "https://api.kexp.org/v2/plays/3575732/?format=api",
    "airdate": "2025-11-08T21:24:09-08:00",
    "show": 65060,
    "show_uri": "https://api.kexp.org/v2/shows/65060/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Women in a Western Bar",
    "track_id": null,
    "recording_id": "260e5f9d-1e98-4ebb-ad1f-4336cbf67d97",
    "artist": "Lou Miami & The Kozmetix",
    "artist_ids": [
        "2649fc17-3127-4a95-b09f-241bdc156d8a"
    ],
    "album": "Lou Miami & The Kozmetix",
    "release_id": null,
    "release_group_id": "21b4e8ff-201e-40e8-aceb-c3c0e1c704d6",
    "labels": [
        "Modern Method Records"
    ],
    "label_ids": [
        "d80c14f0-80f4-436e-8e8f-cba0f4ed283c"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Having opened up for The Cramps and spun heavily on Boston’s WERS 88.9fm and the short-lived (but influential) music video channel V66, the Kozmetix didn’t receive much notoriety outside of the Boston scene.  \n\nRIP Lou Miami; you can get a taste of his unique style by watching the video linked below:\n\nhttps://youtu.be/nw_u6InmNmU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}