Information about plays

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

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

{
    "id": 3543265,
    "uri": "https://api.kexp.org/v2/plays/3543265/?format=api",
    "airdate": "2025-08-22T11:06:59-07:00",
    "show": 64355,
    "show_uri": "https://api.kexp.org/v2/shows/64355/?format=api",
    "image_uri": "https://ia902804.us.archive.org/6/items/mbid-e4b614df-b855-49eb-b4e4-28f1c361ffe8/mbid-e4b614df-b855-49eb-b4e4-28f1c361ffe8-24875572097_thumb500.jpg",
    "thumbnail_uri": "https://ia802804.us.archive.org/6/items/mbid-e4b614df-b855-49eb-b4e4-28f1c361ffe8/mbid-e4b614df-b855-49eb-b4e4-28f1c361ffe8-24875572097_thumb250.jpg",
    "song": "Yoshimi Battles the Pink Robots, Part 1",
    "track_id": "231a8f9a-219d-3b21-904d-cec21a697519",
    "recording_id": "22678bd8-40f5-4e9d-9f9b-781952bc6633",
    "artist": "The Flaming Lips",
    "artist_ids": [
        "1f43d76f-8edf-44f6-aaf1-b65f05ad9402"
    ],
    "album": "Yoshimi Battles the Pink Robots",
    "release_id": "e4b614df-b855-49eb-b4e4-28f1c361ffe8",
    "release_group_id": "54b1ad4e-7e86-308d-b053-a0843f6abbdb",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2002-07-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Flaming Lips are co-headlining both nights of the Psychic Salamander Festival with Modest Mouse. The festival is taking place at Remlinger Farms in Carnation, WA on Saturday, September 13th and Sunday, September 14th. Other featured artists include Courtney Barnett and Built to Spill on Saturday. Sleater-Kinney and Yo La Tengo are featured on Sunday. See more here: https://www.modestmousefest.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}