Information about plays

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

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

{
    "id": 3587603,
    "uri": "https://api.kexp.org/v2/plays/3587603/?format=api",
    "airdate": "2025-12-06T14:37:20-08:00",
    "show": 65305,
    "show_uri": "https://api.kexp.org/v2/shows/65305/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "99 Luftballons",
    "track_id": "960aa76b-1dc2-4107-a8d1-c41249946690",
    "recording_id": "f4655387-c676-4b07-9a27-f560ba254170",
    "artist": "Nena",
    "artist_ids": [
        "c954d136-c7fd-4fd9-8bb0-fb0491fc6a02"
    ],
    "album": "99 Luftballons",
    "release_id": "30fd0c55-a75d-4881-ade9-ae5a51f1ba86",
    "release_group_id": "5f046368-b7c8-3f4b-9c85-ef2cc5b11af7",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nena's guitarist, Carlo Karges, got the idea for the song at a Rolling Stones concert in West Berlin. At one point during the show, the band released a bunch of balloons. Carlo watched as one of those balloons drifted over the wall into East Berlin. He imagined a radar picking up that one balloon and mistaking it for an enemy plane. Carlo wrote the lyric and Nena's keyboard player, Uwe Fahrenkrog-Petersen, wrote the music.\n\nHere's the official music video: https://www.youtube.com/watch?v=hiwgOWo7mDc.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}