Information about plays

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

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

{
    "id": 3593624,
    "uri": "https://api.kexp.org/v2/plays/3593624/?format=api",
    "airdate": "2025-12-20T19:33:53-08:00",
    "show": 65433,
    "show_uri": "https://api.kexp.org/v2/shows/65433/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas Piglet",
    "track_id": "df2672ad-88a5-3942-818c-e84bc2b7717d",
    "recording_id": "cc1af735-c56e-4b3a-a009-daff0ac21fb3",
    "artist": "The Presidents of the United States of America",
    "artist_ids": [
        "7509421d-1074-442f-be8f-b526167afcb3"
    ],
    "album": "O Come All Ye Faithful: Rock for Choice",
    "release_id": "68e624ea-36e4-4184-b5ed-4d764628ed0f",
    "release_group_id": "30073794-95c3-303a-9ac8-364bfa826758",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1996-10-15",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}