Information about plays

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

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

{
    "id": 3636813,
    "uri": "https://api.kexp.org/v2/plays/3636813/?format=api",
    "airdate": "2026-04-02T09:10:20-07:00",
    "show": 66344,
    "show_uri": "https://api.kexp.org/v2/shows/66344/?format=api",
    "image_uri": "https://dn710306.ca.archive.org/0/items/mbid-f83ca559-591b-4980-9df3-495c1173201c/mbid-f83ca559-591b-4980-9df3-495c1173201c-29177146290_thumb500.jpg",
    "thumbnail_uri": "https://dn710306.ca.archive.org/0/items/mbid-f83ca559-591b-4980-9df3-495c1173201c/mbid-f83ca559-591b-4980-9df3-495c1173201c-29177146290_thumb250.jpg",
    "song": "Honey White",
    "track_id": "32c5b611-b55c-3869-b1ea-3217975a3c2d",
    "recording_id": "90e14714-8cfa-45d0-93c0-736fc724fd50",
    "artist": "Morphine",
    "artist_ids": [
        "42689657-cbec-4f66-a9ed-80f939ea23ed"
    ],
    "album": "Yes",
    "release_id": "f83ca559-591b-4980-9df3-495c1173201c",
    "release_group_id": "85322744-ff6c-3ab9-a348-6fb3fdfd6447",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1995-03-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "That's Dana Colley playing saxophone on this fine Morphine song. \n--\nBeware those bees at the beginning of the video for \"Honey White\": https://www.youtube.com/watch?v=IZ1T3x2fEiU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}