Information about plays

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

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

{
    "id": 3632503,
    "uri": "https://api.kexp.org/v2/plays/3632503/?format=api",
    "airdate": "2026-03-22T20:54:03-07:00",
    "show": 66253,
    "show_uri": "https://api.kexp.org/v2/shows/66253/?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 Night (Reflex Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Heatwave",
    "artist_ids": [],
    "album": "Too Hot to Handle",
    "release_id": null,
    "release_group_id": "f9c5dd33-ceba-395e-b203-31c03f3df66d",
    "labels": [],
    "label_ids": [],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Reflex offered their revision of Heatwave's 1976 hit \"Boogie Night\" in 2020.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}