Information about plays

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

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

{
    "id": 3622575,
    "uri": "https://api.kexp.org/v2/plays/3622575/?format=api",
    "airdate": "2026-02-26T14:21:21-08:00",
    "show": 66036,
    "show_uri": "https://api.kexp.org/v2/shows/66036/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Plus One",
    "track_id": "03a46d77-4e9b-44f6-a257-dfcac5325956",
    "recording_id": "194c981e-9725-42ce-9e0c-56c0eb80376f",
    "artist": "Haircut One Hundred",
    "artist_ids": [
        "bbb94ad0-3bb7-42af-99cd-e92f5a42c4c5"
    ],
    "album": "Pelican West",
    "release_id": "86025a38-8579-42b4-97bf-45744a7e57d9",
    "release_group_id": "a88e179b-7d6e-325d-b683-55158b439973",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1982-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day, February 26, 1982, Haircut One Hundred released the LP \"Pelican West\" featuring 'Love Plus One' \n--\nHere's a 2025 interview with this English pop band some 40 years after their beginning: https://www.classicpopmag.com/features/haircut-100-interview/#google_vignette",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}