Information about plays

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

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

{
    "id": 3538174,
    "uri": "https://api.kexp.org/v2/plays/3538174/?format=api",
    "airdate": "2025-08-09T23:53:54-07:00",
    "show": 64248,
    "show_uri": "https://api.kexp.org/v2/shows/64248/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I’m A Punk",
    "track_id": null,
    "recording_id": "dba03c56-aff6-439d-bde5-307edb1f8318",
    "artist": "Big Balls & The Great White Idiot",
    "artist_ids": [
        "ccfc753b-b8cf-470c-90cb-3a64fc88f548"
    ],
    "album": "Big Balls & The Great White Idiot",
    "release_id": null,
    "release_group_id": "c2c12fae-1327-4bef-a5db-2dd5e759d26c",
    "labels": [
        "Nova"
    ],
    "label_ids": [
        "6162ce28-4a32-4a36-9aae-02e329139347"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Big Balls and the Great White Idiot was one of the first, and one of the best known, early German punk bands. They were founded in Hamburg in 1975.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}