Information about plays

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

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

{
    "id": 3543900,
    "uri": "https://api.kexp.org/v2/plays/3543900/?format=api",
    "airdate": "2025-08-23T20:03:43-07:00",
    "show": 64369,
    "show_uri": "https://api.kexp.org/v2/shows/64369/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Dig You",
    "track_id": "4f4bc724-01cf-379d-83a4-03073a39cf3e",
    "recording_id": "1f28e07a-8d5c-443b-961e-40c7c70a9653",
    "artist": "Zumpano",
    "artist_ids": [
        "52203489-c14f-4e60-8aa4-4691da1c974f"
    ],
    "album": "Look What the Rookie Did",
    "release_id": "83f7d3f5-609f-4996-856e-a349d7bc2c2d",
    "release_group_id": "856f26d8-f255-3a84-8819-904783b5834a",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1995-01-17",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Zumpano was a Canadian power pop group in the 1990s.\n\nThe band, whose music style resembled such contemporaries as Sloan and The Super Friendz, consisted of vocalist/guitarist Carl Newman, keyboardist Michael Ledwidge, bassist Stefan Niemann, and drummer Jason Zumpano.\n\nThe band broke up in 1996. Carl Newman formed the New Pornographers in 2000; Jason Zumpano formed Sparrows in 2003 and Attics and Cellars in 2007.",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}