Information about plays

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

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

{
    "id": 3556280,
    "uri": "https://api.kexp.org/v2/plays/3556280/?format=api",
    "airdate": "2025-09-22T10:04:32-07:00",
    "show": 64632,
    "show_uri": "https://api.kexp.org/v2/shows/64632/?format=api",
    "image_uri": "https://coverartarchive.org/release/4242b757-f4b9-4f23-ac19-3ee55ae35adb/41054639701-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4242b757-f4b9-4f23-ac19-3ee55ae35adb/41054639701-250.jpg",
    "song": "Whole Lotta Trouble",
    "track_id": null,
    "recording_id": "fc4390b5-948f-44c1-91f1-3bcaefdcae83",
    "artist": "Cracker",
    "artist_ids": [
        "ca48bfb8-37c5-4a04-9837-a07975ee0cd3"
    ],
    "album": "Empire Records: The Soundtrack",
    "release_id": null,
    "release_group_id": "9769f25b-312e-3204-874d-e99751ef00a7",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1995-09-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "David Lowery's post-Camper indie rock outfit kept the irreverence while amping up the rock riffs in the 1990s. https://bit.ly/4pB7Hws\n\nhttps://www.crackersoul.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}