Information about plays

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

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

{
    "id": 3628537,
    "uri": "https://api.kexp.org/v2/plays/3628537/?format=api",
    "airdate": "2026-03-13T22:08:26-07:00",
    "show": 66173,
    "show_uri": "https://api.kexp.org/v2/shows/66173/?format=api",
    "image_uri": "https://coverartarchive.org/release/5500ca3e-8eeb-42e7-aeb4-b62ce59276e9/9449452383-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5500ca3e-8eeb-42e7-aeb4-b62ce59276e9/9449452383-250.jpg",
    "song": "Do This My Way",
    "track_id": null,
    "recording_id": "df5c8268-beea-4674-b258-388e3c6d6033",
    "artist": "Blackalicious",
    "artist_ids": [
        "92ee5562-3c1b-4e02-ac22-aae6261edac5"
    ],
    "album": "NIA",
    "release_id": null,
    "release_group_id": "946f36c3-ec8c-309e-a149-a215907e8252",
    "labels": [
        "Mo Wax"
    ],
    "label_ids": [
        "a9060093-ba38-4894-994d-efb808d2d586"
    ],
    "release_date": "1999-08-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}