Information about plays

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

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

{
    "id": 3560119,
    "uri": "https://api.kexp.org/v2/plays/3560119/?format=api",
    "airdate": "2025-10-01T16:05:36-07:00",
    "show": 64719,
    "show_uri": "https://api.kexp.org/v2/shows/64719/?format=api",
    "image_uri": "https://ia802906.us.archive.org/1/items/mbid-6166b18d-6055-38e0-886f-b265dd1a980f/mbid-6166b18d-6055-38e0-886f-b265dd1a980f-26924778848_thumb500.jpg",
    "thumbnail_uri": "https://ia802906.us.archive.org/1/items/mbid-6166b18d-6055-38e0-886f-b265dd1a980f/mbid-6166b18d-6055-38e0-886f-b265dd1a980f-26924778848_thumb250.jpg",
    "song": "Communication Breakdown",
    "track_id": "9b6c8f7c-97cc-3bd4-b247-b0fb70a5ba0f",
    "recording_id": "1a10c3d7-438e-4f6c-b10f-b02c4e9bad6e",
    "artist": "Led Zeppelin",
    "artist_ids": [
        "678d88b2-87b0-403b-b63d-5da7465aecc3"
    ],
    "album": "Led Zeppelin",
    "release_id": "6166b18d-6055-38e0-886f-b265dd1a980f",
    "release_group_id": "0f18ec88-aa87-38a9-8a65-f03d81763560",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Communication Breakdown\" is off Led Zeppelin's self-titled debut album from 1969.\nLed Zeppelin played \"Communication Breakdown\" as the encore at their set at the Seattle Pop Festival. https://www.setlist.fm/setlist/led-zeppelin/1969/gold-creek-park-woodinville-wa-6bde52f6.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}