Information about plays

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

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

{
    "id": 3535477,
    "uri": "https://api.kexp.org/v2/plays/3535477/?format=api",
    "airdate": "2025-08-03T16:53:50-07:00",
    "show": 64191,
    "show_uri": "https://api.kexp.org/v2/shows/64191/?format=api",
    "image_uri": "https://ia804607.us.archive.org/29/items/mbid-6191c7b3-2a22-4be9-83e2-c959e536c1ef/mbid-6191c7b3-2a22-4be9-83e2-c959e536c1ef-4540064475_thumb500.jpg",
    "thumbnail_uri": "https://ia804607.us.archive.org/29/items/mbid-6191c7b3-2a22-4be9-83e2-c959e536c1ef/mbid-6191c7b3-2a22-4be9-83e2-c959e536c1ef-4540064475_thumb250.jpg",
    "song": "We Rise Again",
    "track_id": "f08c4b59-303e-46f0-bd28-2ef2c94b3bd3",
    "recording_id": "67c2c4fc-103a-4d13-8198-5bfcbd917d59",
    "artist": "Gogol Bordello",
    "artist_ids": [
        "f47fc54d-b334-4321-8218-00c5b11d4dd1"
    ],
    "album": "Pura Vida Conspiracy",
    "release_id": "6191c7b3-2a22-4be9-83e2-c959e536c1ef",
    "release_group_id": "cf875908-0e8e-4258-9540-bf4e000bbc76",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2013-07-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gogol Bordello, fronted by singer Frontman Eugene Hütz is a high-energy, multi-ethnic Gypsy punk band formed in New York City in 1999.\n\n\"Borders are scars on the face of the planet\" is a BAR!\n\nPura Vida Conspiracy is their seventh studio album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}