Information about plays

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

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

{
    "id": 3571906,
    "uri": "https://api.kexp.org/v2/plays/3571906/?format=api",
    "airdate": "2025-10-30T17:20:00-07:00",
    "show": 64977,
    "show_uri": "https://api.kexp.org/v2/shows/64977/?format=api",
    "image_uri": "https://ia800402.us.archive.org/14/items/mbid-78004d15-e548-32dc-be65-6f47fab7c6c8/mbid-78004d15-e548-32dc-be65-6f47fab7c6c8-17754171447_thumb500.jpg",
    "thumbnail_uri": "https://ia800402.us.archive.org/14/items/mbid-78004d15-e548-32dc-be65-6f47fab7c6c8/mbid-78004d15-e548-32dc-be65-6f47fab7c6c8-17754171447_thumb250.jpg",
    "song": "The Killing Moon",
    "track_id": "d04bd812-7281-3e0c-91bc-b32b8bf3e0e4",
    "recording_id": "333b309e-78d6-42b0-9672-3334c9d2d165",
    "artist": "Echo & the Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "Ocean Rain",
    "release_id": "78004d15-e548-32dc-be65-6f47fab7c6c8",
    "release_group_id": "ecbe6d07-c2e4-37fe-9a99-8484dd7f9a20",
    "labels": [
        "Korova"
    ],
    "label_ids": [
        "5a5e4426-41e4-4fae-b036-c4813b07881a"
    ],
    "release_date": "1984-05-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Killing Moon\" was the lead single from Echo & the Bunnymen's fourth album Ocean Rain.\n\nThe instrumentation in \"The Killing Moon\" was inspired by a vacation that bassist Les Pattinson and guitarist Will Sergeant spent in Russia--The band credits the inspiration for the song's mandolin sound to a visit they had at a museum of tractor parts.\nhttps://tinyurl.com/482dwcc2\n\nhttps://www.bunnymen.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}