Information about plays

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

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

{
    "id": 3545704,
    "uri": "https://api.kexp.org/v2/plays/3545704/?format=api",
    "airdate": "2025-08-28T02:07:29-07:00",
    "show": 64406,
    "show_uri": "https://api.kexp.org/v2/shows/64406/?format=api",
    "image_uri": "https://coverartarchive.org/release/96b01355-b056-492f-9682-7a2d8c7671b9/27097981500-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/96b01355-b056-492f-9682-7a2d8c7671b9/27097981500-250.jpg",
    "song": "(Round, Round, Round) Blue Rondo a la Turk",
    "track_id": null,
    "recording_id": "110cf618-b30b-4fdc-a81e-ae8a302b278a",
    "artist": "Al Jarreau",
    "artist_ids": [
        "3e54ba8b-f4cc-4192-9813-890d570e2b7a"
    ],
    "album": "Breakin’ Away",
    "release_id": null,
    "release_group_id": "e1b32ac5-8aed-3e4c-966a-616dd2c93b1f",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1981-06-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Based on a Dave Brubeck composition using a 9/8 Turkish aksak rhythm.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}