Information about plays

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

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

{
    "id": 3595711,
    "uri": "https://api.kexp.org/v2/plays/3595711/?format=api",
    "airdate": "2025-12-25T06:15:54-08:00",
    "show": 65470,
    "show_uri": "https://api.kexp.org/v2/shows/65470/?format=api",
    "image_uri": "https://coverartarchive.org/release/ca8f97d8-8444-4dcf-b86c-1fbeac561567/34889790587-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ca8f97d8-8444-4dcf-b86c-1fbeac561567/34889790587-250.jpg",
    "song": "Just What I Wanted For Christmas",
    "track_id": null,
    "recording_id": "00f6f484-008b-4276-88d7-0fea7a545a6e",
    "artist": "Bing Crosby",
    "artist_ids": [
        "2437980f-513a-44fc-80f1-b90d9d7fcf8f"
    ],
    "album": "Bing Crosby's Christmas Gems",
    "release_id": null,
    "release_group_id": "805c337c-c9f5-45f3-b7f7-fdfc775b2989",
    "labels": [
        "Primary Wave"
    ],
    "label_ids": [
        "281c5b1d-f736-4f45-9aa9-e184546be2e4"
    ],
    "release_date": "2023-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bing Crosby was from Spokane, Washington; born in Tacoma, his family moved to Eastern Washington when he was three, and he grew up calling it home, attending Gonzaga High and Gonzaga University before his legendary career took off, leaving a lasting legacy with sites like the Bing Crosby House Museum on Gonzaga's campus and the Bing Crosby Theater downtown.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}