Information about plays

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

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

{
    "id": 3595271,
    "uri": "https://api.kexp.org/v2/plays/3595271/?format=api",
    "airdate": "2025-12-24T08:04:34-08:00",
    "show": 65463,
    "show_uri": "https://api.kexp.org/v2/shows/65463/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Merry Xmas Everbody",
    "track_id": "1dae702e-2044-325e-b81f-2ed19a755aab",
    "recording_id": "afa80fae-5f7d-447a-b972-c0ca048787e8",
    "artist": "Slade",
    "artist_ids": [
        "2e700147-56a3-416b-a95d-381ea42f947f"
    ],
    "album": "Get Yer Boots On: The Best of Slade",
    "release_id": "6a2ff694-cf6b-4982-b1b8-7be73f843d62",
    "release_group_id": "d7b045c7-1dee-3c12-80e0-67ae43ef6b7a",
    "labels": [
        "Shout! Factory"
    ],
    "label_ids": [
        "004762a8-6905-4270-b5f8-ceef5fc5bc73"
    ],
    "release_date": "2004-03-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Requested by Scott in Seattle!\n\nThis festive rock anthem was originally released in 1973 and beat Wizzard's \"I Wish It Could Be Christmas Everyday\" to the coveted number one spot, remaining at the top of the charts until February 1974. Read Slade guitarist Dave Hill's take on what makes the song so enduring 52 years later: https://tinyurl.com/4af9knyk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}