Information about plays

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

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

{
    "id": 3595700,
    "uri": "https://api.kexp.org/v2/plays/3595700/?format=api",
    "airdate": "2025-12-25T05:52:08-08:00",
    "show": 65470,
    "show_uri": "https://api.kexp.org/v2/shows/65470/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blue Champagne",
    "track_id": null,
    "recording_id": "65ce8038-6ec6-44ab-ac79-3ec805edd6c3",
    "artist": "Jimmy Dorsey & Bob Eberly",
    "artist_ids": [
        "3b6956ed-37d2-4436-bf09-de901f0101e9",
        "a2f40a63-e8ef-42da-8a9a-02e8291f62d2"
    ],
    "album": "THE BIG BANDS LIVE!, Disc 1",
    "release_id": null,
    "release_group_id": "6df75c69-fe21-4204-a02a-4832af29790e",
    "labels": [
        "Reader’s Digest Music"
    ],
    "label_ids": [
        "1897caac-6c59-4ad6-9ea4-492c957c5e4e"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jimmy Dorsey was known as “The Sentimental Gentleman of Swing”, due to his smooth-toned trombone playing. He was the younger brother of bandleader Jimmy Dorsey. After Dorsey broke with his brother in the mid thirties, he led an extremely popular band from the late thirties into the nineteen fifties.\n\nBob Eberly was an American big band vocalist best known for his association with Jimmy Dorsey and his duets with Helen O'Connell.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}