Information about plays

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

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

{
    "id": 3567235,
    "uri": "https://api.kexp.org/v2/plays/3567235/?format=api",
    "airdate": "2025-10-19T15:24:43-07:00",
    "show": 64878,
    "show_uri": "https://api.kexp.org/v2/shows/64878/?format=api",
    "image_uri": "https://dn720709.ca.archive.org/0/items/mbid-e0cb9499-9a55-4384-8d4b-bf49bf560945/mbid-e0cb9499-9a55-4384-8d4b-bf49bf560945-42948467474_thumb500.jpg",
    "thumbnail_uri": "https://ia801009.us.archive.org/34/items/mbid-e0cb9499-9a55-4384-8d4b-bf49bf560945/mbid-e0cb9499-9a55-4384-8d4b-bf49bf560945-42948467474_thumb250.jpg",
    "song": "End of Summer",
    "track_id": "54504520-9396-4832-af1d-2e39b679a83a",
    "recording_id": "56c5e58b-c62b-4d86-bc75-f1501fd2f98f",
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "Deadbeat",
    "release_id": "e0cb9499-9a55-4384-8d4b-bf49bf560945",
    "release_group_id": "3ee3e2bb-2584-4f74-ba06-cdecc370a1ba",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2025-10-17",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tame Impala has a short list of US tour dates, including Oakland Arena (Oakland, CA) on Friday/Saturday, November 14th/15th! More info here: https://www.tameimpala.com/\n\nWritten and produced by Kevin Parker, this song is his first solo release in five years, and his debut under Columbia.\n\nDeadbeat is Parker’s electronic and dance album, but it’s also his new father album, as his first daughter was born the year after the pre-pandemic The Slow Rush. As such, he throws in some dadly nods to Family Guy and Pablo Escobar, while still treading familiar emotional territory for Tame Impala: jealousy, paralysis, and social anxiety. https://tinyurl.com/273jt6tp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}