Information about plays

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

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

{
    "id": 3501288,
    "uri": "https://api.kexp.org/v2/plays/3501288/?format=api",
    "airdate": "2025-05-14T13:41:32-07:00",
    "show": 63459,
    "show_uri": "https://api.kexp.org/v2/shows/63459/?format=api",
    "image_uri": "https://ia800201.us.archive.org/29/items/mbid-1029a400-620c-36f8-b481-0db383fc4823/mbid-1029a400-620c-36f8-b481-0db383fc4823-2032808459_thumb500.jpg",
    "thumbnail_uri": "https://ia800201.us.archive.org/29/items/mbid-1029a400-620c-36f8-b481-0db383fc4823/mbid-1029a400-620c-36f8-b481-0db383fc4823-2032808459_thumb250.jpg",
    "song": "Poor Boy",
    "track_id": "0a6fb836-0afa-3c5b-8dd4-8a920a62b905",
    "recording_id": "22c64cc5-3b15-4dc1-98b5-f3d702fe3838",
    "artist": "David Byrne & Brian Eno",
    "artist_ids": [
        "ff95eb47-41c4-4f7f-a104-cdc30f02e872",
        "d4659efb-b8eb-4f03-95e9-f69ce35967a9"
    ],
    "album": "Everything That Happens Will Happen Today",
    "release_id": "1029a400-620c-36f8-b481-0db383fc4823",
    "release_group_id": "c9cf80df-db8f-34b4-9b86-012edfa6180f",
    "labels": [
        "Todo Mundo"
    ],
    "label_ids": [
        "69d73bfc-8272-430e-9341-0b584f0d7e36"
    ],
    "release_date": "2008-11-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By happenstance, tomorrow will be Brian Eno's birthday (May 15, 1948).  Happy birthday to both these fellows!\n--\n\"The deconstructed rock anthem Poor Boy has all the elements of a great pop rock song - electronics, distorted vocals, keyboard calisthenics, syncopated guitars - but spools them out sequentially instead of all together, keeping them as separate as the food on an OCD-sufferer's dinner plate.\": https://www.moredarkthanshark.org/eno_int_popm-nov08.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}