Information about plays

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

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

{
    "id": 3589296,
    "uri": "https://api.kexp.org/v2/plays/3589296/?format=api",
    "airdate": "2025-12-10T10:05:27-08:00",
    "show": 65339,
    "show_uri": "https://api.kexp.org/v2/shows/65339/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Freddie’s Dead",
    "track_id": "72de9635-dfc8-3fa5-b813-a4cd9364f07a",
    "recording_id": "64201f6f-1b99-454a-8690-348b2f6888de",
    "artist": "Curtis Mayfield",
    "artist_ids": [
        "4dca4bb2-23ba-4103-97e6-5810311db33a"
    ],
    "album": "Superfly",
    "release_id": "88ce69f0-5de1-35c1-a174-f8c493dfff39",
    "release_group_id": "3f68cf91-b4f0-39ef-8318-93dc064a53ba",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1999-07-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Freddie’s Dead” appears in the film \"Superfly\" in an instrumental-only version  It was nominated for a Grammy for Best Rhythm & Blues Song but lost to “Papa Was A Rollin’ Stone”, and was also ruled ineligible for the Academy Award for Best Original Song due to the lyrics not being sung in the Super Fly movie. \n\nhttps://www.curtismayfield.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}