Information about plays

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

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

{
    "id": 3592698,
    "uri": "https://api.kexp.org/v2/plays/3592698/?format=api",
    "airdate": "2025-12-18T13:50:36-08:00",
    "show": 65411,
    "show_uri": "https://api.kexp.org/v2/shows/65411/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everybody Loves the Sunshine",
    "track_id": null,
    "recording_id": "80590a29-6ada-49b9-9a93-2e6f94994705",
    "artist": "Roy Ayers Ubiquity",
    "artist_ids": [
        "d1501f92-f523-4e95-a787-432875c8d6dc"
    ],
    "album": "Everybody Loves the Sunshine",
    "release_id": null,
    "release_group_id": "e239229f-0614-3ec6-8b2f-7bf536fee70f",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that Roy Ayers, who died in March at age 84, had powerful early influences? Ayers was born in Los Angeles on Sept. 10, 1940, to a musical family. Like a scene out of a movie, a 5-year-old Ayers boogie'd so hard at a Lionel Hampton concert that the vibraphonist handed Ayers his first pair of mallets.\n\"At the time, my mother and father told me he laid some spiritual vibes on me,\" he told the Los Angeles Times in 2011.\n--\nEnjoy this obitary of this talented vibraphonist and composer: https://www.theguardian.com/music/2025/mar/07/roy-ayers-obituary",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}