Information about plays

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

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

{
    "id": 3593977,
    "uri": "https://api.kexp.org/v2/plays/3593977/?format=api",
    "airdate": "2025-12-21T10:16:46-08:00",
    "show": 65438,
    "show_uri": "https://api.kexp.org/v2/shows/65438/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trim Your Tree",
    "track_id": null,
    "recording_id": "550a4a7c-52f7-49dc-ab3f-9bc4e83adaad",
    "artist": "Jimmy Butler",
    "artist_ids": [
        "cfe96c9b-4324-4ce2-8983-d3c5a9af2398"
    ],
    "album": "Savoy Christmas Blues",
    "release_id": null,
    "release_group_id": "41323cfa-bf22-4b55-ae27-8009ddfedba3",
    "labels": [
        "Savoy Jazz"
    ],
    "label_ids": [
        "83b99127-6ecc-4034-a194-9ea99a1a1c8a"
    ],
    "release_date": "2003-11-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released in 1959 ; Hey, you can play this show back later from the on-demand archive at kexp.org or the mobile apps, the perfect backdrop for your festivities, whatever they may be!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}