Information about plays

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

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

{
    "id": 3528276,
    "uri": "https://api.kexp.org/v2/plays/3528276/?format=api",
    "airdate": "2025-07-17T17:26:36-07:00",
    "show": 64039,
    "show_uri": "https://api.kexp.org/v2/shows/64039/?format=api",
    "image_uri": "https://ia801208.us.archive.org/13/items/mbid-13c6ad1f-ac2c-47d1-b5b3-fb75b6679c81/mbid-13c6ad1f-ac2c-47d1-b5b3-fb75b6679c81-12475966648_thumb500.jpg",
    "thumbnail_uri": "https://ia601208.us.archive.org/13/items/mbid-13c6ad1f-ac2c-47d1-b5b3-fb75b6679c81/mbid-13c6ad1f-ac2c-47d1-b5b3-fb75b6679c81-12475966648_thumb250.jpg",
    "song": "Moth to the Flame",
    "track_id": "9d1c30b8-0975-474f-aa34-ea65f9488949",
    "recording_id": "e84db748-86d5-496f-a673-7ab5de6e78e0",
    "artist": "Chairlift",
    "artist_ids": [
        "a3cd61ef-7fd4-44af-a27f-99641a82b22b"
    ],
    "album": "Moth",
    "release_id": "13c6ad1f-ac2c-47d1-b5b3-fb75b6679c81",
    "release_group_id": "90551b85-1d7e-4e5e-a73a-e9008efd4f3e",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2016-01-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Caroline Polacheck co-founded Chairlift in 2005 -- and she's performed Live in the KEXP Studio multiple times, including a set in May 2023: https://youtu.be/7XYyDsl14E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}