Information about plays

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

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

{
    "id": 3605115,
    "uri": "https://api.kexp.org/v2/plays/3605115/?format=api",
    "airdate": "2026-01-16T14:06:19-08:00",
    "show": 65666,
    "show_uri": "https://api.kexp.org/v2/shows/65666/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nappy",
    "track_id": null,
    "recording_id": "543f6e65-a11f-4354-bb6b-c2ec61960e50",
    "artist": "The Brides of Funkenstein",
    "artist_ids": [
        "e48cbe61-1bf5-4af4-aca7-70f9f0f74f1c"
    ],
    "album": "Funk or Walk",
    "release_id": null,
    "release_group_id": "64d2199a-d9af-36f4-b5ee-28a0035afaa8",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "George Clinton produced this album, Funk or Walk is the from  Brides of Funkenstein, released on Atlantic in 1978. In addition to Clinton's production, Bootsy Collins also co-wrote the album's first single \"Disco To Go\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}