Information about plays

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

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

{
    "id": 3519476,
    "uri": "https://api.kexp.org/v2/plays/3519476/?format=api",
    "airdate": "2025-06-27T10:13:28-07:00",
    "show": 63850,
    "show_uri": "https://api.kexp.org/v2/shows/63850/?format=api",
    "image_uri": "https://ia804501.us.archive.org/10/items/mbid-30fd0c55-a75d-4881-ade9-ae5a51f1ba86/mbid-30fd0c55-a75d-4881-ade9-ae5a51f1ba86-29571821669_thumb500.jpg",
    "thumbnail_uri": "https://ia904501.us.archive.org/10/items/mbid-30fd0c55-a75d-4881-ade9-ae5a51f1ba86/mbid-30fd0c55-a75d-4881-ade9-ae5a51f1ba86-29571821669_thumb250.jpg",
    "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": "\"99 Luftballons\" was the song that brought German band Nena, led by the artist of the same name (aka Gabriele Susanne Kerner), to international fame. They later recorded an English version of this track, \"99 Red Balloons.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}