Information about plays

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

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

{
    "id": 3595581,
    "uri": "https://api.kexp.org/v2/plays/3595581/?format=api",
    "airdate": "2025-12-24T23:54:28-08:00",
    "show": 65468,
    "show_uri": "https://api.kexp.org/v2/shows/65468/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Santa's Secret",
    "track_id": "0813428b-e66d-3691-8ba0-843a1fe2e2d1",
    "recording_id": "79737e7c-a62e-4a55-87df-677c623a08e1",
    "artist": "Johnny Guarnieri",
    "artist_ids": [
        "516cc45d-3727-4d21-8a8f-be89339b50eb"
    ],
    "album": "Savoy Christmas Blues",
    "release_id": "274e234d-eee8-4cfe-b96b-c8ed74d1bcca",
    "release_group_id": "41323cfa-bf22-4b55-ae27-8009ddfedba3",
    "labels": [
        "Savoy Jazz"
    ],
    "label_ids": [
        "83b99127-6ecc-4034-a194-9ea99a1a1c8a"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}