Information about plays

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

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

{
    "id": 3632005,
    "uri": "https://api.kexp.org/v2/plays/3632005/?format=api",
    "airdate": "2026-03-21T17:16:15-07:00",
    "show": 66243,
    "show_uri": "https://api.kexp.org/v2/shows/66243/?format=api",
    "image_uri": "https://dn710603.ca.archive.org/0/items/mbid-0720d0e2-966b-4520-af97-3f68dbf16d35/mbid-0720d0e2-966b-4520-af97-3f68dbf16d35-3419229792_thumb500.jpg",
    "thumbnail_uri": "https://dn710603.ca.archive.org/0/items/mbid-0720d0e2-966b-4520-af97-3f68dbf16d35/mbid-0720d0e2-966b-4520-af97-3f68dbf16d35-3419229792_thumb250.jpg",
    "song": "Children of the Moon",
    "track_id": "89464347-a77b-461b-8c47-5898de70d3e1",
    "recording_id": "18959316-ebf9-4743-8bc4-66ed545a6517",
    "artist": "The Flaming Lips feat. Tame Impala",
    "artist_ids": [
        "1f43d76f-8edf-44f6-aaf1-b65f05ad9402",
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "The Flaming Lips and Heady Fwends",
    "release_id": "0720d0e2-966b-4520-af97-3f68dbf16d35",
    "release_group_id": "3a895ee6-b695-47aa-85d4-3eb893b63d9d",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2012-06-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees: Featuring Tame Impala!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}