Information about plays

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

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

{
    "id": 3595238,
    "uri": "https://api.kexp.org/v2/plays/3595238/?format=api",
    "airdate": "2025-12-24T06:25:49-08:00",
    "show": 65462,
    "show_uri": "https://api.kexp.org/v2/shows/65462/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flowers in December",
    "track_id": "2b7ff54e-4b74-344c-9a24-811a13121f96",
    "recording_id": "07b7c84f-187c-4061-8358-63b9fb2644e6",
    "artist": "Mazzy Star",
    "artist_ids": [
        "c48d4327-8122-4286-af66-05e1ee6ac4d8"
    ],
    "album": "Among My Swan",
    "release_id": "3ee6bd30-4a23-40cb-9958-d0c321ccdff3",
    "release_group_id": "966a02cf-fc62-3abc-8560-c60ce115efed",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1996-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Flowers in December\" was released in 1996 as the lead single from 'Among My Swan', the third studio album by Mazzy Star. \"Dark and mysterious but always carrying a melancholy sweetness, Mazzy Star's dreamy blend of shadowy psychedelia and spare, fragile folk made them one of the best-loved treasures of '90s alternative rock. Rising from the ashes of the similarly drifty Opal and the paisley guitar rock of the Rain Parade, the band was essentially the partnership of guitarist David Roback and vocalist Hope Sandoval.\" (Richie Unterberger for allmusic). https://bit.ly/3VTqCn1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}