Information about plays

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

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

{
    "id": 3636234,
    "uri": "https://api.kexp.org/v2/plays/3636234/?format=api",
    "airdate": "2026-04-01T01:20:03-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://dn721606.ca.archive.org/0/items/mbid-e675085c-0730-4bd7-955b-0190efa2fca8/mbid-e675085c-0730-4bd7-955b-0190efa2fca8-35506235756_thumb500.jpg",
    "thumbnail_uri": "https://dn721606.ca.archive.org/0/items/mbid-e675085c-0730-4bd7-955b-0190efa2fca8/mbid-e675085c-0730-4bd7-955b-0190efa2fca8-35506235756_thumb250.jpg",
    "song": "The World of Shampoo",
    "track_id": "ac18d238-dd68-3805-953a-3a4eb52d7e69",
    "recording_id": "0796b81a-8cd3-4f45-b497-fd31da12a7f6",
    "artist": "New Wet Kojak",
    "artist_ids": [
        "1f113d7d-a869-4946-9a56-19b93d6c1fe9"
    ],
    "album": "This Is the Glamorous",
    "release_id": "e675085c-0730-4bd7-955b-0190efa2fca8",
    "release_group_id": "e86ec864-5d09-32b9-9110-c8008a37ee36",
    "labels": [
        "Beggars Banquet US"
    ],
    "label_ids": [
        "ccf5d394-54b2-4929-bbbd-ac4f788c3952"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}