Information about plays

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

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

{
    "id": 3587807,
    "uri": "https://api.kexp.org/v2/plays/3587807/?format=api",
    "airdate": "2025-12-06T22:33:09-08:00",
    "show": 65309,
    "show_uri": "https://api.kexp.org/v2/shows/65309/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Megalomania (the Blood)",
    "track_id": null,
    "recording_id": null,
    "artist": "Long Knife",
    "artist_ids": [
        "b352e9c2-93d3-4034-88fc-3429a6b9b2b2"
    ],
    "album": "RIP City Boner Punk Classics Vol. 1",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "TKO Records"
    ],
    "label_ids": [
        "985cda35-1d54-4c22-80e7-d346d6c115d5"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Long Knife is a hardcore punk band from Portland, Oregon, known for blending early 80s American hardcore with influences from Japanese and British hardcore and even some classic rock elements https://longknife.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}