Information about plays

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

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

{
    "id": 3635667,
    "uri": "https://api.kexp.org/v2/plays/3635667/?format=api",
    "airdate": "2026-03-30T17:47:09-07:00",
    "show": 66323,
    "show_uri": "https://api.kexp.org/v2/shows/66323/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Home is Where The Hatred Is (feat. Lisa Fischer)",
    "track_id": null,
    "recording_id": null,
    "artist": "Brian Jackson",
    "artist_ids": [],
    "album": "Now More than Ever",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "BBE"
    ],
    "label_ids": [],
    "release_date": "2026-05-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lisa Fischer brings a sensational vocal performance to Brian Jackson's superb rework of the classic Home Is Where the Hatred Is to create an unforgettable version of one of Gil Scott-Heron's most personal and enduring songs which first featured on the seminal Pieces of a Man LP from 1971.\n\nproduced by Masters at Work\n\nhttps://thebrianjackson.bandcamp.com/track/home-is-where-the-hatred-is-main-featuring-lisa-fischer-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}