Information about plays

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

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

{
    "id": 3594021,
    "uri": "https://api.kexp.org/v2/plays/3594021/?format=api",
    "airdate": "2025-12-21T12:35:06-08:00",
    "show": 65439,
    "show_uri": "https://api.kexp.org/v2/shows/65439/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "O Tannenbaum",
    "track_id": "9bba5ee0-c484-3061-bf50-264793b856ab",
    "recording_id": "acb99815-a23f-4bfa-aeeb-411a70614c65",
    "artist": "Vince Guaraldi Trio",
    "artist_ids": [
        "744b52c8-509b-4451-abfd-a17d18d4bd1d"
    ],
    "album": "Nick at Nite: A Classic Cartoon Christmas",
    "release_id": "eaaae3b7-3f0e-4450-aab7-a8ff44f17b5b",
    "release_group_id": "eff0ecf2-97ed-3787-a34e-e08e06cdfae6",
    "labels": [],
    "label_ids": [],
    "release_date": "1996-08-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"A Charlie Brown Christmas\" was released in December 1965 by Vince Guaraldi on Fantasy Records. It was his last studio album on the label.\n\n[If you do get this album on CD, make sure you get the 2022 remaster as the 1980s CD release Fantasy put out really phoned it in -Eric]",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}