Information about plays

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

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

{
    "id": 3640223,
    "uri": "https://api.kexp.org/v2/plays/3640223/?format=api",
    "airdate": "2026-04-10T08:45:26-07:00",
    "show": 66414,
    "show_uri": "https://api.kexp.org/v2/shows/66414/?format=api",
    "image_uri": "https://dn710409.ca.archive.org/0/items/mbid-8ec6c7c8-178b-4b29-94c6-1c9827d23a95/mbid-8ec6c7c8-178b-4b29-94c6-1c9827d23a95-44150130151_thumb500.jpg",
    "thumbnail_uri": "https://dn710409.ca.archive.org/0/items/mbid-8ec6c7c8-178b-4b29-94c6-1c9827d23a95/mbid-8ec6c7c8-178b-4b29-94c6-1c9827d23a95-44150130151_thumb250.jpg",
    "song": "Downtown Lover",
    "track_id": "e49aa3f4-c191-446a-9c1e-7d81eefe4edb",
    "recording_id": "922ceb2f-32d7-4596-ae32-fc905c6ae21e",
    "artist": "Lime Garden",
    "artist_ids": [
        "47d7fd0d-6598-43a0-b7b3-39bfff0d3ce4"
    ],
    "album": "Maybe Not Tonight",
    "release_id": "8ec6c7c8-178b-4b29-94c6-1c9827d23a95",
    "release_group_id": "d9537423-a77e-432c-9e42-a8c8f6623465",
    "labels": [
        "So Young Records"
    ],
    "label_ids": [
        "f6aa3f7b-77dd-4f29-90c8-5b7c6919b24e"
    ],
    "release_date": "2026-04-10",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brighton band Lime Garden will be at SF's Cafe Du Nord on Friday, October 30th.  They're playing Seattle's Barboza on Modnay, November 2nd.\n--\nTheir album, Maybe Not Tonight,\" is out today!: https://limegarden.bandcamp.com/album/maybe-not-tonight",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}