Information about plays

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

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

{
    "id": 3543772,
    "uri": "https://api.kexp.org/v2/plays/3543772/?format=api",
    "airdate": "2025-08-23T14:50:47-07:00",
    "show": 64367,
    "show_uri": "https://api.kexp.org/v2/shows/64367/?format=api",
    "image_uri": "https://ia800608.us.archive.org/20/items/mbid-e5764149-c843-4ba6-a42b-334890f2d202/mbid-e5764149-c843-4ba6-a42b-334890f2d202-38859608406_thumb500.jpg",
    "thumbnail_uri": "https://ia600608.us.archive.org/20/items/mbid-e5764149-c843-4ba6-a42b-334890f2d202/mbid-e5764149-c843-4ba6-a42b-334890f2d202-38859608406_thumb250.jpg",
    "song": "The Way We Get By",
    "track_id": "2e0ac4f0-4b32-3799-b6ce-dfbad5d62684",
    "recording_id": "1654ff85-f9fa-440a-bb32-112eea28e2fc",
    "artist": "Spoon",
    "artist_ids": [
        "84eac621-1c5a-49a1-9500-555099c6e184"
    ],
    "album": "Kill the Moonlight",
    "release_id": "e5764149-c843-4ba6-a42b-334890f2d202",
    "release_group_id": "f40ad871-3f38-38e7-a78a-3dcf01d8ded7",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2002-08-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spoon's Britt Daniel shared, \"When I was a kid I was listening to a lot of radio, when I was a kid when I finally got a clock radio in my room. That was a big moment for me because then I could escape to my room and have something to occupy my time.\" \n\nDaniel noted that British rock was a big part of his high school years, gathering inspiration from The Cure, Depeche Mode, Julian Cope, Wire, and the Velvet Underground. https://louderthanwar.com/spoon-interview/\n\nhttps://spoontheband.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}