Information about plays

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

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

{
    "id": 3562554,
    "uri": "https://api.kexp.org/v2/plays/3562554/?format=api",
    "airdate": "2025-10-08T03:53:19-07:00",
    "show": 64776,
    "show_uri": "https://api.kexp.org/v2/shows/64776/?format=api",
    "image_uri": "https://ia601308.us.archive.org/6/items/mbid-e798697e-1184-406e-a9fa-1734deb29d12/mbid-e798697e-1184-406e-a9fa-1734deb29d12-6207200564_thumb500.jpg",
    "thumbnail_uri": "https://ia801308.us.archive.org/6/items/mbid-e798697e-1184-406e-a9fa-1734deb29d12/mbid-e798697e-1184-406e-a9fa-1734deb29d12-6207200564_thumb250.jpg",
    "song": "Dark Allies",
    "track_id": "ffe680cf-b24e-4b08-9e1e-5a373ef60315",
    "recording_id": "67892900-e596-4fa7-93a9-e2b100f3ab96",
    "artist": "Light Asylum",
    "artist_ids": [
        "a077a16e-edb1-43b2-99a4-460cab3b6a6e"
    ],
    "album": "In Tension",
    "release_id": "e798697e-1184-406e-a9fa-1734deb29d12",
    "release_group_id": "66745fd5-390e-4feb-b6e0-1549b70061ac",
    "labels": [
        "Mexican Summer"
    ],
    "label_ids": [
        "2c6049c6-7335-4d03-b264-234b314b03b5"
    ],
    "release_date": "2011-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": " Light Asylum is the Brooklyn-based electronic duo of Shannon Funchess and Bruno Coviello. Inspired by the music of the 1980s, they also blend elements of darkwave, synthpop, and post-punk.: https://www.mexicansummer.com/artist/light-asylum/ See their live in-studio performance at KEXP in 2012: https://www.youtube.com/watch?v=F3AVVvRMwU4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}