Information about plays

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

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

{
    "id": 3545655,
    "uri": "https://api.kexp.org/v2/plays/3545655/?format=api",
    "airdate": "2025-08-27T23:25:57-07:00",
    "show": 64405,
    "show_uri": "https://api.kexp.org/v2/shows/64405/?format=api",
    "image_uri": "https://ia600103.us.archive.org/14/items/mbid-b5c4e5c1-c869-4852-b6e2-b5b2b82cf122/mbid-b5c4e5c1-c869-4852-b6e2-b5b2b82cf122-42160792678_thumb500.jpg",
    "thumbnail_uri": "https://ia800103.us.archive.org/14/items/mbid-b5c4e5c1-c869-4852-b6e2-b5b2b82cf122/mbid-b5c4e5c1-c869-4852-b6e2-b5b2b82cf122-42160792678_thumb250.jpg",
    "song": "Heartbreak",
    "track_id": "50b260ed-2438-440f-bc60-9f56cb10bc96",
    "recording_id": "5248bc46-92a6-4bb2-bd7a-f1c7d26d6856",
    "artist": "Ivy",
    "artist_ids": [
        "610404f9-26bd-4be2-8697-f916495f14a4"
    ],
    "album": "Traces of You",
    "release_id": "b5c4e5c1-c869-4852-b6e2-b5b2b82cf122",
    "release_group_id": "8b14cffb-744e-47a0-9c26-8a2f99507677",
    "labels": [
        "Bar/None Records"
    ],
    "label_ids": [
        "1231f865-6637-443f-b97f-619723bebcd9"
    ],
    "release_date": "2025-09-05",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The impossible happened: Ivy returns with 10 new songs, built from original sessions with Adam Schlesinger and completed with care.\n\nTraces of You captures their timeless magic along with the help of Bruce Driscoll (Freedom Fry), Jody Porter and Brian Young (Fountains of Wayne), Eric Matthews (Cardinal) and Joey Waronker (Beck).\"\n\nhttps://ivy-band.bandcamp.com/album/traces-of-you",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}