Information about plays

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

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

{
    "id": 3595460,
    "uri": "https://api.kexp.org/v2/plays/3595460/?format=api",
    "airdate": "2025-12-24T17:34:48-08:00",
    "show": 65466,
    "show_uri": "https://api.kexp.org/v2/shows/65466/?format=api",
    "image_uri": "https://ia600302.us.archive.org/12/items/mbid-653617f7-c764-4f52-a4ba-e6a130a6c87d/mbid-653617f7-c764-4f52-a4ba-e6a130a6c87d-5409164245_thumb500.jpg",
    "thumbnail_uri": "https://ia600302.us.archive.org/12/items/mbid-653617f7-c764-4f52-a4ba-e6a130a6c87d/mbid-653617f7-c764-4f52-a4ba-e6a130a6c87d-5409164245_thumb250.jpg",
    "song": "The Nightingale",
    "track_id": "1790a476-2b7d-3b16-95fd-6c224a6c1ba1",
    "recording_id": "b8584ab0-c4f7-4e08-a1e7-fd0bd2084b23",
    "artist": "Julee Cruise",
    "artist_ids": [
        "3b7865df-3c91-48dd-9126-a71e0dfe7f8d"
    ],
    "album": "Floating Into the Night",
    "release_id": "653617f7-c764-4f52-a4ba-e6a130a6c87d",
    "release_group_id": "2eaf4eef-f6bb-3fff-a4e2-79d639bde1d0",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Julee Cruise, most famous for her work with David Lynch and The B-52s, passed away in June 2022 at the age of 65. She also released solo albums and acted on Broadway. https://tinyurl.com/mrxh6pn6",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}