Information about plays

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

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

{
    "id": 3591386,
    "uri": "https://api.kexp.org/v2/plays/3591386/?format=api",
    "airdate": "2025-12-15T09:52:34-08:00",
    "show": 65385,
    "show_uri": "https://api.kexp.org/v2/shows/65385/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "How Do You Spell Channukkahh?",
    "track_id": "b8075dea-76c7-36b5-bb65-a80f1438861a",
    "recording_id": "1bb58002-e49a-4fb7-8b1d-510c275d26ce",
    "artist": "The LeeVees",
    "artist_ids": [
        "62b9cdd6-506d-4e5c-bbaf-4d4e9e6cb4c3"
    ],
    "album": "Hanukkah Rocks",
    "release_id": "9ce9af74-9979-4432-aa62-18955c3b1a92",
    "release_group_id": "9702fc74-2b5b-3f72-8d84-5b2bd8f5c5e6",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2005-10-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Hi John and Owen,\n\nThis week is Chanukah. If you could play \"How do you Spell Channukkahh?\" by the Levee's any day this week, that would be awesome! The Leevees is a band with Adam Gardner of Guster and Dave Schneider from The Zambonis.\n\nThank you and happy holidays!\n\n-Aliza and Tali\nNE Seattle\nAmplifier\"\n\nHappy Hanukkah/Chanukah/Channukkahh from KEXP!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}