Information about plays

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

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

{
    "id": 3638181,
    "uri": "https://api.kexp.org/v2/plays/3638181/?format=api",
    "airdate": "2026-04-05T13:02:52-07:00",
    "show": 66374,
    "show_uri": "https://api.kexp.org/v2/shows/66374/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love to Love You Baby",
    "track_id": "f167b2ee-d2c8-31c7-a930-b9e055d3ed54",
    "recording_id": "a8b33af2-79ee-4713-8991-8b25a592c050",
    "artist": "Tom Tom Club",
    "artist_ids": [
        "3dc66525-d359-406d-9cdf-cdd3a7de289c"
    ],
    "album": "The Good The Bad and the Funky",
    "release_id": "5e17752f-71d7-36d6-87f5-cbb812bac000",
    "release_group_id": "a7021593-3305-3c7c-8b64-d73714e52ae7",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tom Tom Club covered Donna Summer’s disco anthem \"Love to Love You Baby\" for their 2012 anniversary album, Downtown Rockers. \n\nThe cover was a tribute to the \"Queen of Disco\" following her passing in May 2012. As a band rooted in the New York Post-Punk and New Wave scenes of the late 70s, Tina Weymouth and Chris Frantz viewed Summer as a foundational influence on the danceable, rhythmic music they created with both Talking Heads and Tom Tom Club.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}