Information about plays

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

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

{
    "id": 3556548,
    "uri": "https://api.kexp.org/v2/plays/3556548/?format=api",
    "airdate": "2025-09-23T02:12:20-07:00",
    "show": 64638,
    "show_uri": "https://api.kexp.org/v2/shows/64638/?format=api",
    "image_uri": "https://dn721701.ca.archive.org/0/items/mbid-b224e2f3-594e-46d3-a0fe-26c9f2a0c2b2/mbid-b224e2f3-594e-46d3-a0fe-26c9f2a0c2b2-42387007258_thumb500.jpg",
    "thumbnail_uri": "https://dn721701.ca.archive.org/0/items/mbid-b224e2f3-594e-46d3-a0fe-26c9f2a0c2b2/mbid-b224e2f3-594e-46d3-a0fe-26c9f2a0c2b2-42387007258_thumb250.jpg",
    "song": "Serpentine",
    "track_id": "65db4075-fcb0-437b-94c2-fa6c9d1bb0e8",
    "recording_id": "08823c56-57fd-4f92-8a31-70db85c5cb3c",
    "artist": "Polyrhythmics",
    "artist_ids": [
        "551946bc-e6db-4d69-b50a-4f3cfb29963f"
    ],
    "album": "Life from Below",
    "release_id": "b224e2f3-594e-46d3-a0fe-26c9f2a0c2b2",
    "release_group_id": "80383af3-63e7-412d-b5fb-108384d03665",
    "labels": [
        "Polyrhythmics"
    ],
    "label_ids": [
        "f4c83be3-e468-4d7d-9dda-12f060365336"
    ],
    "release_date": "2025-09-12",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The newest from Seattle legends Polyrhythmics!\n\nhttps://polyrhythmics.bandcamp.com/album/life-from-below\n\nThey're playing 2 SETS back to back at the Nectar Lounge on November 19th! Get yr tickets below:\n\nhttps://www.tixr.com/groups/nectarlounge/events/polyrhythmics-2-sets--152236",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}