Information about plays

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

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

{
    "id": 3631342,
    "uri": "https://api.kexp.org/v2/plays/3631342/?format=api",
    "airdate": "2026-03-20T05:21:37-07:00",
    "show": 66228,
    "show_uri": "https://api.kexp.org/v2/shows/66228/?format=api",
    "image_uri": "https://dn710901.ca.archive.org/0/items/mbid-2c10d224-395d-4567-b449-4b4975726fd3/mbid-2c10d224-395d-4567-b449-4b4975726fd3-23352709626_thumb500.jpg",
    "thumbnail_uri": "https://dn710901.ca.archive.org/0/items/mbid-2c10d224-395d-4567-b449-4b4975726fd3/mbid-2c10d224-395d-4567-b449-4b4975726fd3-23352709626_thumb250.jpg",
    "song": "Them Changes",
    "track_id": "e696c4b7-0724-43c6-8c2f-ff034a3a1eca",
    "recording_id": "9c984ed6-8021-4584-a405-f0f7f27e83ea",
    "artist": "Thundercat",
    "artist_ids": [
        "044fd265-79dd-43eb-afc4-8b20becf7e17"
    ],
    "album": "Drunk",
    "release_id": "2c10d224-395d-4567-b449-4b4975726fd3",
    "release_group_id": "f0c89a63-6cb0-4b5f-9ced-79396b58a191",
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2017-02-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song by Stephen Bruner directly sampled the drums from The Isley Brothers' classic \"Footsteps in the Dark.\" \n--\nOn this issue of Song Exploder, Thundercat takes \"Them Changes' apart.: https://www.wired.com/2015/07/song-exploder-thundercat/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}