Information about plays

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

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

{
    "id": 3585823,
    "uri": "https://api.kexp.org/v2/plays/3585823/?format=api",
    "airdate": "2025-12-02T11:27:57-08:00",
    "show": 65270,
    "show_uri": "https://api.kexp.org/v2/shows/65270/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Them Changes",
    "track_id": "8f1274fa-b5da-43ac-aec1-35753e0d36c1",
    "recording_id": "9c984ed6-8021-4584-a405-f0f7f27e83ea",
    "artist": "Thundercat",
    "artist_ids": [
        "044fd265-79dd-43eb-afc4-8b20becf7e17"
    ],
    "album": "Drunk",
    "release_id": "1dae23c4-b91a-4a8f-a871-4244d98ebfa2",
    "release_group_id": "f0c89a63-6cb0-4b5f-9ced-79396b58a191",
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2017-02-24",
    "rotation_status": "Library",
    "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"
}