Information about plays

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

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

{
    "id": 3622350,
    "uri": "https://api.kexp.org/v2/plays/3622350/?format=api",
    "airdate": "2026-02-26T00:28:06-08:00",
    "show": 66031,
    "show_uri": "https://api.kexp.org/v2/shows/66031/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dominance of Truth",
    "track_id": null,
    "recording_id": null,
    "artist": "Dark Chisme",
    "artist_ids": [
        "2df279da-29e0-42d8-9e1e-0e3fd722f3d3"
    ],
    "album": "Dominance of Truth",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-02-24",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "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). Dark Chisme brings dark wave influences to their music, with latin, house, and techno elements as well! \n\nhttps://darkchisme.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}