Information about plays

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

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

{
    "id": 3543299,
    "uri": "https://api.kexp.org/v2/plays/3543299/?format=api",
    "airdate": "2025-08-22T13:46:01-07:00",
    "show": 64356,
    "show_uri": "https://api.kexp.org/v2/shows/64356/?format=api",
    "image_uri": "https://ia601202.us.archive.org/15/items/mbid-b9337c97-d526-4c3d-a261-48b56937714a/mbid-b9337c97-d526-4c3d-a261-48b56937714a-42226183800_thumb500.jpg",
    "thumbnail_uri": "https://dn721605.ca.archive.org/0/items/mbid-b9337c97-d526-4c3d-a261-48b56937714a/mbid-b9337c97-d526-4c3d-a261-48b56937714a-42226183800_thumb250.jpg",
    "song": "No A",
    "track_id": "ad27e226-66b5-46e6-8cc9-c9ca859b3d22",
    "recording_id": "ff2271b7-0c17-42d0-85e7-83e5348b323d",
    "artist": "Casual Hex",
    "artist_ids": [
        "3ef2faf6-81ab-4bf5-9816-1666e1b7cfb9"
    ],
    "album": "Zig Zag Lady Illusion II",
    "release_id": "b9337c97-d526-4c3d-a261-48b56937714a",
    "release_group_id": "27f98bf5-b490-4680-851b-047642161339",
    "labels": [
        "Youth Riot"
    ],
    "label_ids": [
        "e76d5482-a531-4336-8417-89ee1240d438"
    ],
    "release_date": "2025-06-13",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Casual Hex a Seattle based band, comprised by Jessie Odell, Erica Miller, & Keegan Wiltshire.\n\nListen to more from their most recent release, here:\nhttps://casualhex.bandcamp.com/album/zig-zag-lady-illusion-ii",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}