Information about plays

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

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

{
    "id": 3549870,
    "uri": "https://api.kexp.org/v2/plays/3549870/?format=api",
    "airdate": "2025-09-07T02:31:43-07:00",
    "show": 64497,
    "show_uri": "https://api.kexp.org/v2/shows/64497/?format=api",
    "image_uri": "https://coverartarchive.org/release/db4ac94f-3d46-4412-ab2e-e10a06d0a42f/13402430517-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/db4ac94f-3d46-4412-ab2e-e10a06d0a42f/13402430517-250.jpg",
    "song": "House-O-Matic",
    "track_id": null,
    "recording_id": "e0179e58-2077-4f5d-ba54-61caa00f7277",
    "artist": "DJ Deeon",
    "artist_ids": [
        "b73e51c1-cf7e-450e-ab10-a8a24e5b8993"
    ],
    "album": "Deeon Doez Deeon!",
    "release_id": null,
    "release_group_id": "3e27418e-6deb-40ef-9397-d3e70fa6ea3f",
    "labels": [
        "Numbers."
    ],
    "label_ids": [
        "48156ade-ac70-49b0-aad0-3e06b74bc5a7"
    ],
    "release_date": "2015-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DJ Deeon (real name Deeon Boyd) was a Chicago house DJ and producer who pioneered the “ghetto house” subgenre in the early 1990s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}