Information about plays

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

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

{
    "id": 3592792,
    "uri": "https://api.kexp.org/v2/plays/3592792/?format=api",
    "airdate": "2025-12-18T19:43:14-08:00",
    "show": 65413,
    "show_uri": "https://api.kexp.org/v2/shows/65413/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "i live alone",
    "track_id": null,
    "recording_id": null,
    "artist": "plash",
    "artist_ids": [
        "f6b7d03a-b2ba-41eb-8737-9772ed693f90"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-12-17",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle indie/math rock four-piece Plash released their second single, \"i live alone\" this past December.\n\nSung in a blend of Korean and English, layers of vocals braid together with an unassuming ease. The instrumentals are composed of their self-described \"Weedly guitar, Meedly guitar, BEOWWW guitar, and Hit Guitar,\" which satisfyingly bounce around the track like a high-scoring pinball game. For the PNW, this is a refreshing and raw sound and we are eagerly awaiting their January 2026 album release.\n\nhttps://www.plash.band/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}