Information about plays

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

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

{
    "id": 3554828,
    "uri": "https://api.kexp.org/v2/plays/3554828/?format=api",
    "airdate": "2025-09-19T02:25:19-07:00",
    "show": 64599,
    "show_uri": "https://api.kexp.org/v2/shows/64599/?format=api",
    "image_uri": "https://coverartarchive.org/release/d5174950-81d1-44fb-9d08-4e17f098af49/18548956012-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d5174950-81d1-44fb-9d08-4e17f098af49/18548956012-250.jpg",
    "song": "Go Go Boots Are Comin' Back",
    "track_id": null,
    "recording_id": null,
    "artist": "Billy Rancher & The Unreal Gods",
    "artist_ids": [],
    "album": "Boom Chuck Rock Now!",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Locals Only"
    ],
    "label_ids": [],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "By request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}