Information about plays

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

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

{
    "id": 3586138,
    "uri": "https://api.kexp.org/v2/plays/3586138/?format=api",
    "airdate": "2025-12-03T04:16:23-08:00",
    "show": 65275,
    "show_uri": "https://api.kexp.org/v2/shows/65275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Desire My Soul",
    "track_id": "954859b4-e2a8-4490-80c6-6032ad6430af",
    "recording_id": "cffc5670-81e1-4e3c-8882-fb74db10a518",
    "artist": "Dark Chisme",
    "artist_ids": [
        "2df279da-29e0-42d8-9e1e-0e3fd722f3d3"
    ],
    "album": "Desire My Soul",
    "release_id": "73ff57f3-8661-4c7e-8dac-6db0ab965abd",
    "release_group_id": "95a49057-214e-48a3-82f7-94830eb14141",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-11-06",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New track from Seattle's Dark Chisme! Dark Chisme is a Seattle-based dark wave band started by Chicago-raised Latina DJ and Producer Christine Gutierrez (Vocals, Synths) and E (Bass, Synths). \n==\nCheck out Dark Chisme's Live on KEXP performance (Nov 2024): https://www.youtube.com/watch?v=ugaexsdQHMI https://darkchisme.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}