Information about plays

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

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

{
    "id": 3639687,
    "uri": "https://api.kexp.org/v2/plays/3639687/?format=api",
    "airdate": "2026-04-09T02:12:12-07:00",
    "show": 66404,
    "show_uri": "https://api.kexp.org/v2/shows/66404/?format=api",
    "image_uri": "https://coverartarchive.org/release/d0c7273e-a645-4ad6-8b36-f92630e1dfc7/25568569725-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d0c7273e-a645-4ad6-8b36-f92630e1dfc7/25568569725-250.jpg",
    "song": "Boogie Nights",
    "track_id": null,
    "recording_id": "62003225-5387-4fd6-bb38-6ee688427308",
    "artist": "Heatwave",
    "artist_ids": [
        "ce809639-0e34-40c4-86c9-90a162cb3d46"
    ],
    "album": "Too Hot to Handle",
    "release_id": null,
    "release_group_id": "f9c5dd33-ceba-395e-b203-31c03f3df66d",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was written by Heatwave's keyboardist Rod Temperton; it was the first song he ever wrote on his own. The song got the attention of producer Quincy Jones, who brought Temperton in to write songs for Michael Jackson. It was a very fruitful collaboration, as Temperton wrote three of Jackson's biggest hits: \"Off The Wall,\" \"Rock With You\" and \"Thriller.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}