Information about plays

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

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

{
    "id": 3595272,
    "uri": "https://api.kexp.org/v2/plays/3595272/?format=api",
    "airdate": "2025-12-24T08:08:37-08:00",
    "show": 65463,
    "show_uri": "https://api.kexp.org/v2/shows/65463/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Father Christmas",
    "track_id": null,
    "recording_id": null,
    "artist": "The Kinks",
    "artist_ids": [
        "17b53d9f-5c63-4a09-a593-dde4608e0db9"
    ],
    "album": "Picture Book",
    "release_id": null,
    "release_group_id": "7a80d7c7-94f0-302b-90d9-d5ae4cbe3dae",
    "labels": [],
    "label_ids": [],
    "release_date": "1985-10-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Their song ‘Father Christmas’ is one of the more unusual tracks from the Kinks’s canon and, especially, from the ream of holiday-focused songs that are annually released. Released in 1977, with a video featuring Ray Davies as the titular character, the song has become a punk classic, often finding its way into the sets of the more ferocious members of the rock and roll set. \n\nRead the story behind the song: https://tinyurl.com/wmh5zjdu",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}