Information about plays

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

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

{
    "id": 3561079,
    "uri": "https://api.kexp.org/v2/plays/3561079/?format=api",
    "airdate": "2025-10-04T02:26:24-07:00",
    "show": 64738,
    "show_uri": "https://api.kexp.org/v2/shows/64738/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Decadencia",
    "track_id": null,
    "recording_id": null,
    "artist": "La Animas Del Cuarto Obscuro",
    "artist_ids": [],
    "album": "La Animas Del Cuarto Obscuro",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "La vida es un mus"
    ],
    "label_ids": [
        "19597ca8-ff67-4838-8cc0-f562322aa3bc"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Las Ánimas Del Cuarto Obscuro, is from Mexico City, emerged from the underground post-punk scene of the late 1980s. The Mexican band released a single, cult-classic album that would go on to become a revered relic of national rock. \nhttps://lavidaesunmus.bandcamp.com/album/s-t-30",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}