Information about plays

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

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

{
    "id": 3597595,
    "uri": "https://api.kexp.org/v2/plays/3597595/?format=api",
    "airdate": "2025-12-29T11:35:14-08:00",
    "show": 65507,
    "show_uri": "https://api.kexp.org/v2/shows/65507/?format=api",
    "image_uri": "https://coverartarchive.org/release/530ef509-a96a-4d4e-8eab-6dae75e05070/36586931310-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/530ef509-a96a-4d4e-8eab-6dae75e05070/36586931310-250.jpg",
    "song": "Fade Into You",
    "track_id": null,
    "recording_id": "2fb9bc6b-d4da-497e-ad3f-fabf12fe72cf",
    "artist": "Mazzy Star",
    "artist_ids": [
        "c48d4327-8122-4286-af66-05e1ee6ac4d8"
    ],
    "album": "Fade Into You",
    "release_id": null,
    "release_group_id": "081fabdc-d422-429d-a562-e7c4617076f9",
    "labels": [],
    "label_ids": [],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Rather than shoving uneasy feelings—longing, mortality, loneliness—away, So Tonight That I Might See bears witness. The effect is the revelation of comfort amid solitude.\" Enjoy this review of a dream pop classic: https://pitchfork.com/reviews/albums/mazzy-star-so-tonight-that-i-might-see/\n\nWatch Hope Sandoval and David Roback perform this beautiful song in 1994: https://www.youtube.com/watch?v=o4m5jQy5A2U",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}