Information about plays

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

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

{
    "id": 3635516,
    "uri": "https://api.kexp.org/v2/plays/3635516/?format=api",
    "airdate": "2026-03-30T08:24:37-07:00",
    "show": 66320,
    "show_uri": "https://api.kexp.org/v2/shows/66320/?format=api",
    "image_uri": "https://dn710804.ca.archive.org/0/items/mbid-f36f680c-8fa6-448b-83dd-0b33c544b6b0/mbid-f36f680c-8fa6-448b-83dd-0b33c544b6b0-13191298653_thumb500.jpg",
    "thumbnail_uri": "https://dn710804.ca.archive.org/0/items/mbid-f36f680c-8fa6-448b-83dd-0b33c544b6b0/mbid-f36f680c-8fa6-448b-83dd-0b33c544b6b0-13191298653_thumb250.jpg",
    "song": "I Love Seattle",
    "track_id": "0cca78f9-7d46-4c35-a9ad-88459ce4f4a0",
    "recording_id": "64bdf21a-6f5f-4d8d-a689-e24da656ffcb",
    "artist": "Tacocat",
    "artist_ids": [
        "b0635f14-7d93-4276-8943-6bc251aea033"
    ],
    "album": "Lost Time",
    "release_id": "5aad7604-bfab-4eb0-a948-eadcf09dba0e",
    "release_group_id": "18b6065f-b010-4ee7-add5-0611d5f46348",
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2016-04-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle locals Tacocat released this love letter to their hometown on their 2016 album, Lost Time. \n\nhttps://tacocat.bandcamp.com/\n\nWatch Tacocat play Live on KEXP in 2019: https://youtu.be/UD2jQhjGgVY?si=0nlP17szAtgVfe5L.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}