Information about plays

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

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

{
    "id": 3550415,
    "uri": "https://api.kexp.org/v2/plays/3550415/?format=api",
    "airdate": "2025-09-08T10:49:14-07:00",
    "show": 64509,
    "show_uri": "https://api.kexp.org/v2/shows/64509/?format=api",
    "image_uri": "https://ia802302.us.archive.org/33/items/mbid-26e73f28-e8bb-3d46-a426-df2ebbde8cab/mbid-26e73f28-e8bb-3d46-a426-df2ebbde8cab-38981444393_thumb500.jpg",
    "thumbnail_uri": "https://ia902302.us.archive.org/33/items/mbid-26e73f28-e8bb-3d46-a426-df2ebbde8cab/mbid-26e73f28-e8bb-3d46-a426-df2ebbde8cab-38981444393_thumb250.jpg",
    "song": "Stay Positive",
    "track_id": "2cab0836-1d49-331b-b614-a2e664eaadee",
    "recording_id": "ec2b5a51-d72b-4605-aab9-c2b561db137e",
    "artist": "The Hold Steady",
    "artist_ids": [
        "4883523d-fc0e-4d0d-802c-91379e767083"
    ],
    "album": "Stay Positive",
    "release_id": "26e73f28-e8bb-3d46-a426-df2ebbde8cab",
    "release_group_id": "02f4b425-cc0a-3d07-9c5c-d082570f2904",
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2008-07-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stay Positive!\n\nFrontman Craig Finn said of the album that he was \"influenced a lot about getting old. There's less party talk. I don't think anything is a radical departure, but there are things that I wanted to talk about. I was influenced a lot [by] getting old, and attempting to age gracefully. The idea is to not wake up washed up. You want to keep progressing, intellectually.\"\n---\nhttps://theholdsteady.bandcamp.com/album/stay-positive-deluxe-edition\n\nhttps://theholdsteady.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}