Information about plays

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

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

{
    "id": 3610223,
    "uri": "https://api.kexp.org/v2/plays/3610223/?format=api",
    "airdate": "2026-01-28T14:01:59-08:00",
    "show": 65778,
    "show_uri": "https://api.kexp.org/v2/shows/65778/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Racist World",
    "track_id": null,
    "recording_id": "fc755811-1db7-4446-8ddf-3be5f4a8c8be",
    "artist": "Skankin’ Pickle",
    "artist_ids": [
        "d9b52518-0b22-4346-a534-5c73dc151310"
    ],
    "album": "Skafunkrastapunk",
    "release_id": null,
    "release_group_id": "d85261c5-8df0-3281-95ba-8910c3ca9b3d",
    "labels": [
        "Asian Man Records"
    ],
    "label_ids": [
        "79cae522-8d5a-4535-a760-575b58f8957d"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Skankin' Pickle was a San José based ska punk sextet during the late 1980s and early 1990s. Formed in 1989, they released several LPs, mostly on their own record label, Dill Records. Members included vocalist/saxophonist Mike \"Bruce Lee\" Park, guitarist Lynette Knackstedt, bassist Ian Miller, bassist Mike Mattingly, trombonists Lars Nylander and Gerry Lundquist, and drummer Chuck Phelps. Their music includes metal, dub, swing, and New Wave elements.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}