Information about plays

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

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

{
    "id": 3593982,
    "uri": "https://api.kexp.org/v2/plays/3593982/?format=api",
    "airdate": "2025-12-21T10:30:23-08:00",
    "show": 65438,
    "show_uri": "https://api.kexp.org/v2/shows/65438/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Deck Us All With Boston Charlie",
    "track_id": null,
    "recording_id": "65bb769b-3d62-4fb7-87cf-39f4f61fbe40",
    "artist": "Lambert, Hendricks & Ross",
    "artist_ids": [
        "b71e6bb2-df60-45a1-a2d4-d6e15ecc4907"
    ],
    "album": "Hipsters’ Holiday: Vocal Jazz and R&B Classics",
    "release_id": null,
    "release_group_id": "947d010c-07ee-3c9c-8a26-c57fb4fd0247",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The lyrics come from the classic comic strip Pogo, which at Christmas would feature bizarre new lyrics for familiar carols.\n\nJon Hendricks, Dave Lambert, and Annie Ross were three jazz singers who set original lyrics to well-loved instrumental jazz numbers.\nhttps://sixsongs.blogspot.com/2008/12/jingle-bells-deck-us-all-with-boston.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}