Information about plays

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

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

{
    "id": 3539040,
    "uri": "https://api.kexp.org/v2/plays/3539040/?format=api",
    "airdate": "2025-08-12T05:50:26-07:00",
    "show": 64268,
    "show_uri": "https://api.kexp.org/v2/shows/64268/?format=api",
    "image_uri": "https://coverartarchive.org/release/f916d48c-a6c1-4181-b716-9157fff05305/36432166714-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f916d48c-a6c1-4181-b716-9157fff05305/36432166714-250.jpg",
    "song": "Summer of '81",
    "track_id": null,
    "recording_id": "7749539f-c034-41e9-a17f-53df752c481a",
    "artist": "Violators",
    "artist_ids": [
        "7c219dbf-91a8-4177-8743-8d674391f4da"
    ],
    "album": "Summer of '81",
    "release_id": null,
    "release_group_id": "e6c30795-fd5b-3ec3-baa7-6fabba2b3b30",
    "labels": [
        "No future"
    ],
    "label_ids": [
        "60267317-51dc-4e9a-a6da-fa3d581b2d6f"
    ],
    "release_date": "1982-12-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Violators were a punk rock band formed in Chapel-en-le-Frith, England in 1979 by vocalist Sean 'Cess' Stiles and bassist John 'Matchi' Marchington (both formerly of The Dismal Sports). The band's line-up later added Helen Hill on vocals, Mark Coley on guitar, and Anthony 'Ajax' Hall on drums. \n\nhttps://www.facebook.com/violatorsukpunk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}