Information about plays

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

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

{
    "id": 3539559,
    "uri": "https://api.kexp.org/v2/plays/3539559/?format=api",
    "airdate": "2025-08-13T10:23:52-07:00",
    "show": 64278,
    "show_uri": "https://api.kexp.org/v2/shows/64278/?format=api",
    "image_uri": "https://dn721902.ca.archive.org/0/items/mbid-ccd15890-f369-46b3-9b03-6f22b2eb701c/mbid-ccd15890-f369-46b3-9b03-6f22b2eb701c-42274179778_thumb500.jpg",
    "thumbnail_uri": "https://dn721902.ca.archive.org/0/items/mbid-ccd15890-f369-46b3-9b03-6f22b2eb701c/mbid-ccd15890-f369-46b3-9b03-6f22b2eb701c-42274179778_thumb250.jpg",
    "song": "T.V. Mind",
    "track_id": "ddc5781e-f5d1-4b61-a837-02fac2813e35",
    "recording_id": "cc4ac76d-44e7-4fda-b0c1-0636554d0634",
    "artist": "Blush",
    "artist_ids": [
        "e98a83ed-5668-47c9-b3cf-66ff749d4660"
    ],
    "album": "Beauty Fades, Pain Lasts Forever",
    "release_id": "ccd15890-f369-46b3-9b03-6f22b2eb701c",
    "release_group_id": "c7d21578-e761-436a-98ff-0bfb4ffa02d5",
    "labels": [
        "Kanine Records"
    ],
    "label_ids": [
        "60f34206-2688-499c-8b55-c7ec1510517f"
    ],
    "release_date": "2025-08-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Blush is a Singapore-based band that takes alt-rock for a deep-dive into the slow and emotional.'\n\nhttps://blushblush.bandcamp.com/album/beauty-fades-pain-lasts-forever",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}