Information about plays

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

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

{
    "id": 3595708,
    "uri": "https://api.kexp.org/v2/plays/3595708/?format=api",
    "airdate": "2025-12-25T06:09:59-08:00",
    "show": 65470,
    "show_uri": "https://api.kexp.org/v2/shows/65470/?format=api",
    "image_uri": "https://coverartarchive.org/release/75e75586-b424-48c6-81df-076f847b9dfb/2514236024-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/75e75586-b424-48c6-81df-076f847b9dfb/2514236024-250.jpg",
    "song": "La Fille du Père Noël",
    "track_id": null,
    "recording_id": "5e69d1b3-755b-4fe6-b4b8-c28297e69159",
    "artist": "Jacques Dutronc",
    "artist_ids": [
        "a65f4f19-9f4c-4a44-906f-87aa4ceee900"
    ],
    "album": "Et moi et moi et moi",
    "release_id": null,
    "release_group_id": "c2a94ee1-9134-4374-bb1c-d16a6868ce9d",
    "labels": [],
    "label_ids": [],
    "release_date": "2009-06-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"La Fille du Père Noël\" translates to \"The daughter of Father Christmas\" or \"Santa's daughter\" in English, famously the title of a 1966 song by Jacques Dutronc about Père Fouettard's son falling for Santa's daughter (Marie Noël). The phrase combines la fille (\"the girl/daughter\") and Père Noël (\"Father Christmas/Santa Claus\").",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}