Information about plays

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

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

{
    "id": 3617601,
    "uri": "https://api.kexp.org/v2/plays/3617601/?format=api",
    "airdate": "2026-02-14T22:27:53-08:00",
    "show": 65936,
    "show_uri": "https://api.kexp.org/v2/shows/65936/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oh! I Love This Weather",
    "track_id": null,
    "recording_id": "268ee13c-d9df-4f03-b901-7b4c2fee869a",
    "artist": "Ebenezer and the Bludgeons",
    "artist_ids": [
        "a35d38d8-c73f-4557-bbf7-334cada381b4"
    ],
    "album": "Peer Pressure",
    "release_id": null,
    "release_group_id": "b0bceae3-a994-3db6-b933-a2abe24f6ef5",
    "labels": [
        "Primal Stomp Records"
    ],
    "label_ids": [
        "3a8e3139-21d2-439f-ab11-823948304432"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 1978, Peer Pressure the first and only album from Baltimore, Maryland’s Ebenezer & The Bludgeons.  The band led a short but interesting career that included playing local film director John Water’s birthday party, to having Washington DC punk legends Bad Brains (in their first ever show) opening for them.\n\nhttps://www.maximumrocknroll.com/reissue-of-the-week-ebenezer-and-the-bludgeons-peer-pressure-lp/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}