Information about plays

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

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

{
    "id": 3575778,
    "uri": "https://api.kexp.org/v2/plays/3575778/?format=api",
    "airdate": "2025-11-08T23:12:10-08:00",
    "show": 65060,
    "show_uri": "https://api.kexp.org/v2/shows/65060/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Video-Voodoo",
    "track_id": null,
    "recording_id": "3620957e-7807-45a1-b2bf-21bc53d64e41",
    "artist": "B.G.K.",
    "artist_ids": [
        "f9253dd8-02b6-4149-9e9a-5bfebef033a9"
    ],
    "album": "Als Je Haar Maar Goed Zit... Nr.2",
    "release_id": null,
    "release_group_id": "70f512be-0aa9-4ee2-8be6-ae0f070e8847",
    "labels": [
        "Vögelspin Records"
    ],
    "label_ids": [
        "30c0c37b-ee82-4d21-b091-1393f49141d9"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "B.G.K., or Balthasar Gerards Kommando were a 1980s Dutch punk band formed in 1982. The band were named after a Dutch historical figure named Balthasar Gerards, who assassinated the king of the Netherlands in 1584.\n\nhttps://alternativetentacles.com/artists/bgk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}