Information about plays

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

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

{
    "id": 3634882,
    "uri": "https://api.kexp.org/v2/plays/3634882/?format=api",
    "airdate": "2026-03-28T22:32:52-07:00",
    "show": 66307,
    "show_uri": "https://api.kexp.org/v2/shows/66307/?format=api",
    "image_uri": "https://coverartarchive.org/release/9f7131a5-1ab5-4b87-9839-0ec060568c4b/1895903178-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9f7131a5-1ab5-4b87-9839-0ec060568c4b/1895903178-250.jpg",
    "song": "Give Us a Future",
    "track_id": null,
    "recording_id": "484d3528-eeae-47d5-8005-936aefa65eb0",
    "artist": "Mau Maus",
    "artist_ids": [
        "02047daf-eb4d-4503-91ef-9e582f437e40"
    ],
    "album": "The Punk Singles Collection",
    "release_id": null,
    "release_group_id": "dc471d86-a5c4-3649-8846-1a98355779df",
    "labels": [
        "Captain Oi!"
    ],
    "label_ids": [
        "3a12cdfc-fed4-43fd-8ed8-e8ee96277bdc"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hailing from Sheffield U.K., the band was a key part of the \"UK82\" scene, blending high-speed hardcore energy with the melodic sensibilities of street punk.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}