Information about plays

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

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

{
    "id": 3572194,
    "uri": "https://api.kexp.org/v2/plays/3572194/?format=api",
    "airdate": "2025-10-31T11:18:28-07:00",
    "show": 64983,
    "show_uri": "https://api.kexp.org/v2/shows/64983/?format=api",
    "image_uri": "https://ia800602.us.archive.org/28/items/mbid-9e6e0c42-26ef-4441-960e-6999d52de07e/mbid-9e6e0c42-26ef-4441-960e-6999d52de07e-34789832810_thumb500.jpg",
    "thumbnail_uri": "https://dn721806.ca.archive.org/0/items/mbid-9e6e0c42-26ef-4441-960e-6999d52de07e/mbid-9e6e0c42-26ef-4441-960e-6999d52de07e-34789832810_thumb250.jpg",
    "song": "Creatures of the Night",
    "track_id": "493125de-e6ab-4565-9698-df680e21d66e",
    "recording_id": "a7140ac8-a37e-424d-88e2-029a5cabb9e0",
    "artist": "Say Hi",
    "artist_ids": [
        "f2cf6ceb-76c9-4822-8b6a-0119bc0ad867"
    ],
    "album": "Bleeders Digest",
    "release_id": "9e6e0c42-26ef-4441-960e-6999d52de07e",
    "release_group_id": "96335d15-c0f3-42fe-b8f0-439359011de9",
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2015-09-18",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Say Hi is Eric Elbogen of Seattle, a songwriter and multi-instrumentalist that has been making records since 2002.\n\n\"Creatures of the Night\" comes from his 2015 album, Bleeders Digest. Say Hi's most recent LP is 2003's Elocution Prattle. \n\nhttps://sayhi.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}