Information about plays

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

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

{
    "id": 3547739,
    "uri": "https://api.kexp.org/v2/plays/3547739/?format=api",
    "airdate": "2025-09-01T22:38:02-07:00",
    "show": 64450,
    "show_uri": "https://api.kexp.org/v2/shows/64450/?format=api",
    "image_uri": "https://ia600101.us.archive.org/8/items/mbid-8e3f9aab-5f61-45dc-a152-0c294b0b218e/mbid-8e3f9aab-5f61-45dc-a152-0c294b0b218e-42091388129_thumb500.jpg",
    "thumbnail_uri": "https://ia600101.us.archive.org/8/items/mbid-8e3f9aab-5f61-45dc-a152-0c294b0b218e/mbid-8e3f9aab-5f61-45dc-a152-0c294b0b218e-42091388129_thumb250.jpg",
    "song": "Standing at the Edge of Fire",
    "track_id": "e84765fa-13b6-4d66-933b-ee7567bb9179",
    "recording_id": "0b5c406e-90aa-4e63-b4b7-f5838310f982",
    "artist": "TOPS",
    "artist_ids": [
        "2491939e-b112-4afd-8563-c1ab1ea27e1c"
    ],
    "album": "Bury the Key",
    "release_id": "8e3f9aab-5f61-45dc-a152-0c294b0b218e",
    "release_group_id": "20a43740-0fac-4e6b-8b08-42b37b59efc9",
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2025-08-22",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Sept 6 at the Crocodile // Sept 19 at The Fillmore - https://tops.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}