Information about plays

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

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

{
    "id": 3641296,
    "uri": "https://api.kexp.org/v2/plays/3641296/?format=api",
    "airdate": "2026-04-12T18:54:05-07:00",
    "show": 66436,
    "show_uri": "https://api.kexp.org/v2/shows/66436/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Why Don't They Leave Us Alone",
    "track_id": null,
    "recording_id": "fb72c176-2f36-4747-9943-24619ddabc2c",
    "artist": "The Young Ones",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Prestige"
    ],
    "label_ids": [
        "11847c89-4b2c-4866-84c3-f72e264c0f66"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Montreal, Canada funk/soul outfit The Young Ones released \"Why Don't They Leave Us Alone\" as a b-side to \"Don't Cry Baby!\" while under the Prestige jazz label. \n\nThe Young Ones consisted of: Bernard Moore, Clayton Johnston, Doug Richardson, Jeff St. Julian Brown, Richard Woodson, and Wayne Prue.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}