Information about plays

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

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

{
    "id": 3569257,
    "uri": "https://api.kexp.org/v2/plays/3569257/?format=api",
    "airdate": "2025-10-24T06:56:33-07:00",
    "show": 64917,
    "show_uri": "https://api.kexp.org/v2/shows/64917/?format=api",
    "image_uri": "https://ia601506.us.archive.org/4/items/mbid-87a7ba84-0196-44b0-b9c2-5fcbe53dabe7/mbid-87a7ba84-0196-44b0-b9c2-5fcbe53dabe7-5853758932_thumb500.jpg",
    "thumbnail_uri": "https://ia601506.us.archive.org/4/items/mbid-87a7ba84-0196-44b0-b9c2-5fcbe53dabe7/mbid-87a7ba84-0196-44b0-b9c2-5fcbe53dabe7-5853758932_thumb250.jpg",
    "song": "Walking on Sunshine",
    "track_id": "21987d97-d3c4-35ce-9e45-fcbfd87c445c",
    "recording_id": "2138bf67-fe08-46d3-863d-560e1b8c3043",
    "artist": "Katrina and the Waves",
    "artist_ids": [
        "a57505c9-6b43-4861-a498-fe00b349d591"
    ],
    "album": "Just Can’t Get Enough: New Wave Hits of the ’80s, Volume 15",
    "release_id": "87a7ba84-0196-44b0-b9c2-5fcbe53dabe7",
    "release_group_id": "5d533b81-8eeb-35ce-9a74-ed91e09d633f",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1995-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kimberly Rew, who founded Katrina & the Waves, wrote this song. Prior to The Waves, Rew was the guitarist between 1978 and 1980 of The Soft Boys, a band which also featured Robyn Hitchcock.\n--\nThis is the favorite song of Philip J. Fry, a character from the Futurama TV Show. He sings this while showering, though the only words he remembers are \"I'm walking on sunshine,\" so he hums the rest.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}