Information about plays

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

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

{
    "id": 3594830,
    "uri": "https://api.kexp.org/v2/plays/3594830/?format=api",
    "airdate": "2025-12-23T09:08:39-08:00",
    "show": 65455,
    "show_uri": "https://api.kexp.org/v2/shows/65455/?format=api",
    "image_uri": "https://coverartarchive.org/release/b02a98f7-e2d0-411f-bd8a-a2358219fa67/20465247575-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b02a98f7-e2d0-411f-bd8a-a2358219fa67/20465247575-250.jpg",
    "song": "Public Image",
    "track_id": null,
    "recording_id": "703642f7-5627-4d43-8c3a-e4ec5861c5c7",
    "artist": "Public Image Ltd.",
    "artist_ids": [
        "68950696-ee9a-49b2-a8c2-d1d6c19355cc"
    ],
    "album": "The Public Image Is Rotten (Songs From the Heart)",
    "release_id": null,
    "release_group_id": "0642142f-f88c-4885-b7d0-17f717196d4c",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut song from Public Image Ltd. \n\nFollowing Johnny Lydon's departure from the Sex Pistols in January 1978, he sought a more experimental \"anti-rock\" project and formed PiL. That year PiL released their debut studio album First Issue (1978), creating an abrasive, bass-heavy sound that drew on dub, noise, progressive rock and disco. https://tinyurl.com/2xhpmu7b",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}