Information about plays

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

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

{
    "id": 3595701,
    "uri": "https://api.kexp.org/v2/plays/3595701/?format=api",
    "airdate": "2025-12-25T05:55:15-08:00",
    "show": 65470,
    "show_uri": "https://api.kexp.org/v2/shows/65470/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Winter Weather",
    "track_id": null,
    "recording_id": "a789030f-5988-4236-962c-e60d0c3be9f1",
    "artist": "Peggy Lee",
    "artist_ids": [
        "5a2463af-eef0-4a22-bc8f-5865fbe9c78e"
    ],
    "album": "Night and Day (1932 – 1947)",
    "release_id": null,
    "release_group_id": "dfed4298-4ea6-4410-9a78-8ea644f9c516",
    "labels": [],
    "label_ids": [],
    "release_date": "2010-09-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Over her seven-decade career, Peggy Lee helped redefine what it meant to be a female singer, and her quietly captivating voice continues to resonate with audiences of all ages. Born in an era where women struggled for equality – a conversation that continues today – and carrying the burden of years of a traumatic childhood, she was a true pioneer and survivor to her core. What she accomplished as a woman, and as an artist, is nothing short of extraordinary.\n\nhttps://www.peggylee.com/all-about-peggy/biography/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}