Information about plays

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

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

{
    "id": 3611532,
    "uri": "https://api.kexp.org/v2/plays/3611532/?format=api",
    "airdate": "2026-01-31T18:51:38-08:00",
    "show": 65807,
    "show_uri": "https://api.kexp.org/v2/shows/65807/?format=api",
    "image_uri": "https://ia904506.us.archive.org/31/items/mbid-7680e52d-8cce-4e69-9f33-14c3352e1c52/mbid-7680e52d-8cce-4e69-9f33-14c3352e1c52-41292211959_thumb500.jpg",
    "thumbnail_uri": "https://ia804506.us.archive.org/31/items/mbid-7680e52d-8cce-4e69-9f33-14c3352e1c52/mbid-7680e52d-8cce-4e69-9f33-14c3352e1c52-41292211959_thumb250.jpg",
    "song": "Sugarcube",
    "track_id": "1177c7f8-3ab7-4e17-93c1-4ca39cd252e5",
    "recording_id": "a4ced831-8ce3-4cc9-82b3-7262875034dd",
    "artist": "Low Hums",
    "artist_ids": [
        "caa0d41d-ac5a-49db-a770-e1cabe427a48"
    ],
    "album": "Sugarcube",
    "release_id": "7680e52d-8cce-4e69-9f33-14c3352e1c52",
    "release_group_id": "ad9c91be-9e6e-4a0d-84f6-b91bb5615651",
    "labels": [
        "Baby Lemonade"
    ],
    "label_ids": [
        "d8425571-51e7-4877-91cd-a2d6eb51e389"
    ],
    "release_date": "2025-01-29",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Low Hums is: Jason Merculief - drums\nEmilio Muniz - percussion\nAlan Tarantino - bass\nJonas Haskins - vox jag, guitar, vocals\n\nSeattle band Low Hums were the subject of a 2018 \"Band in Seattle\" feature: https://www.youtube.com/watch?v=GFcqiJ5eDfA",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}