Information about plays

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

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

{
    "id": 3548285,
    "uri": "https://api.kexp.org/v2/plays/3548285/?format=api",
    "airdate": "2025-09-03T05:02:12-07:00",
    "show": 64461,
    "show_uri": "https://api.kexp.org/v2/shows/64461/?format=api",
    "image_uri": "https://ia800801.us.archive.org/6/items/mbid-2d58c795-19c0-35a4-9bef-7a05e22a2a46/mbid-2d58c795-19c0-35a4-9bef-7a05e22a2a46-8675640009_thumb500.jpg",
    "thumbnail_uri": "https://ia800801.us.archive.org/6/items/mbid-2d58c795-19c0-35a4-9bef-7a05e22a2a46/mbid-2d58c795-19c0-35a4-9bef-7a05e22a2a46-8675640009_thumb250.jpg",
    "song": "Education",
    "track_id": "b8cb0187-ad2a-38a9-bc88-3339d8d3e976",
    "recording_id": "09b5d691-5b73-4dfd-8b0c-c83d63dbc7d9",
    "artist": "The Kinks",
    "artist_ids": [
        "17b53d9f-5c63-4a09-a593-dde4608e0db9"
    ],
    "album": "Schoolboys in Disgrace",
    "release_id": "2d58c795-19c0-35a4-9bef-7a05e22a2a46",
    "release_group_id": "ca5cb0f2-6d98-3cf9-9b6b-f9d53535c3cc",
    "labels": [
        "Velvel"
    ],
    "label_ids": [
        "bfdf276a-2236-49cf-bf75-9308c4ca3113"
    ],
    "release_date": "2004-08-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Schoolboys in Disgrace' is a 1975 concept album by the Kinks. It was considered by critics to be the last album in what they dubbed the group's \"theatrical\" period.\n\n\"Working under the presumption that a return to simple rock demanded a simple theme, Ray Davies constructed the album as a nostalgic trip through childhood, reviving '50s rock & roll (including the occasional doo wop harmony) for the album's foundation, then turning the amps up high. There's no actual story per se -- it's a series of vignettes, like a coming-of-age film.\" https://bit.ly/2YHK76v",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}