Information about plays

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

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

{
    "id": 3548082,
    "uri": "https://api.kexp.org/v2/plays/3548082/?format=api",
    "airdate": "2025-09-02T17:36:57-07:00",
    "show": 64456,
    "show_uri": "https://api.kexp.org/v2/shows/64456/?format=api",
    "image_uri": "https://ia801706.us.archive.org/8/items/mbid-d5fb6767-bd04-4ad0-9978-e3d7b45d311d/mbid-d5fb6767-bd04-4ad0-9978-e3d7b45d311d-41973424435_thumb500.jpg",
    "thumbnail_uri": "https://ia801706.us.archive.org/8/items/mbid-d5fb6767-bd04-4ad0-9978-e3d7b45d311d/mbid-d5fb6767-bd04-4ad0-9978-e3d7b45d311d-41973424435_thumb250.jpg",
    "song": "Bits",
    "track_id": "b6333b93-67b5-43df-852a-5586ec7300c3",
    "recording_id": "01f7c3ee-4c0e-46dd-9cff-5bdbaca6fb95",
    "artist": "No Joy",
    "artist_ids": [
        "1667e92c-84a4-455b-89c8-70bf5709c22d"
    ],
    "album": "Bugland",
    "release_id": "d5fb6767-bd04-4ad0-9978-e3d7b45d311d",
    "release_group_id": "6ff1710b-20ac-4923-983c-fce06c3dabce",
    "labels": [
        "Hand Drawn Dracula"
    ],
    "label_ids": [
        "67aade44-3a34-413a-90a1-e090f54a378d"
    ],
    "release_date": "2025-08-08",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Requested by Ben!\n\nMontreal's No Joy is coming to Freakout Festival in Seattle, Thursday November 6th https://www.freakoutrec.com/\n\nTheir new album \"Bugland\" was released just last month! \n\nhttps://nojoy.bandcamp.com/album/bugland\n--\nGo back a decade to watch a live performance by No Joy in the KEXP studio: https://www.youtube.com/watch?app=desktop&v=9zwIWtXTBe8&t=654s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}