Information about plays

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

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

{
    "id": 3636078,
    "uri": "https://api.kexp.org/v2/plays/3636078/?format=api",
    "airdate": "2026-03-31T16:19:53-07:00",
    "show": 66331,
    "show_uri": "https://api.kexp.org/v2/shows/66331/?format=api",
    "image_uri": "https://dn721503.ca.archive.org/0/items/mbid-338e6260-b4fb-4ef0-89a4-763482dc81b2/mbid-338e6260-b4fb-4ef0-89a4-763482dc81b2-42877744938_thumb500.jpg",
    "thumbnail_uri": "https://dn721503.ca.archive.org/0/items/mbid-338e6260-b4fb-4ef0-89a4-763482dc81b2/mbid-338e6260-b4fb-4ef0-89a4-763482dc81b2-42877744938_thumb250.jpg",
    "song": "Firewater",
    "track_id": "01f4ea9c-e27b-32a5-a8f6-46ee9c66a6de",
    "recording_id": "78bb5203-e4f3-4769-9cd5-6c7066bf5316",
    "artist": "Django Django",
    "artist_ids": [
        "4bfce038-b1a0-4bc4-abe1-b679ab900f03"
    ],
    "album": "Django Django",
    "release_id": "338e6260-b4fb-4ef0-89a4-763482dc81b2",
    "release_group_id": "dd7f2b3e-dcc6-4b7c-b8fd-7f73eb4bd66a",
    "labels": [
        "Ribbon Music"
    ],
    "label_ids": [
        "ca3afed1-d509-465e-89d0-952d167b2abb"
    ],
    "release_date": "2012-10-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Django Django are a British art rock band based in London, England. Formed in 2009, the band has released four studio albums starting with their self-titled debut in 2012. \n\nWatch their full in studio from 2018 hosted by Cheryl Waters here: https://www.youtube.com/watch?v=RE8d4-mNEwk\n\nhttps://www.djangodjango.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}