Information about plays

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

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

{
    "id": 3665242,
    "uri": "https://api.kexp.org/v2/plays/3665242/?format=api",
    "airdate": "2026-06-08T06:06:38-07:00",
    "show": 66934,
    "show_uri": "https://api.kexp.org/v2/shows/66934/?format=api",
    "image_uri": "https://dn711209.ca.archive.org/0/items/mbid-24cb97ec-60f2-4b19-9a09-87def0fbd191/mbid-24cb97ec-60f2-4b19-9a09-87def0fbd191-3356998143_thumb500.jpg",
    "thumbnail_uri": "https://dn711209.ca.archive.org/0/items/mbid-24cb97ec-60f2-4b19-9a09-87def0fbd191/mbid-24cb97ec-60f2-4b19-9a09-87def0fbd191-3356998143_thumb250.jpg",
    "song": "Candy",
    "track_id": "f5fe00c0-d304-34bd-9fa1-537761900b67",
    "recording_id": "5a8a3e2f-7e28-49b5-9f9c-cdad309ad015",
    "artist": "Iggy Pop",
    "artist_ids": [
        "f37b3f31-b1f8-4b88-8cb5-b34f709b17d7"
    ],
    "album": "Brick by Brick",
    "release_id": "24cb97ec-60f2-4b19-9a09-87def0fbd191",
    "release_group_id": "543e2da9-5ecc-3812-a15c-01cf2baeb5db",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1990-06-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Iggy Pop’s \"Candy\" (a duet with Kate Pierson of the B-52's) uses crime and jail as a metaphor for a toxic, obsessive relationship. \n\nIggy plays the role of the neighborhood tough guy, his reckless lifestyle, and the way he treated Candy. The narrator is \"doing time\" in his own head.\n\nCheck out the music video: https://www.youtube.com/watch?v=6bLOjmY--TA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}