Information about plays

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

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

{
    "id": 3639903,
    "uri": "https://api.kexp.org/v2/plays/3639903/?format=api",
    "airdate": "2026-04-09T13:55:43-07:00",
    "show": 66408,
    "show_uri": "https://api.kexp.org/v2/shows/66408/?format=api",
    "image_uri": "",
    "thumbnail_uri": "https://dn721604.ca.archive.org/0/items/mbid-53014f5f-355a-4bf3-aeab-70be7b6bb97c/mbid-53014f5f-355a-4bf3-aeab-70be7b6bb97c-43096301269_thumb250.jpg",
    "song": "Hollywood Freaks",
    "track_id": "a2e387b9-5762-3885-a394-d34a3f249fb5",
    "recording_id": "93fe2401-db5b-476c-9b00-518733993edd",
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Midnite Vultures",
    "release_id": "53014f5f-355a-4bf3-aeab-70be7b6bb97c",
    "release_group_id": "4c5cd9dc-31b5-32b1-bd11-57081e83f8bb",
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1999-11-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beck directly sampled the drums from \"The Party Scene\" from the Russell Brothers, the drums from Tim Maia's \"Nobody Can Live Forever,\" and multiple elements of Gil Scott-Heron and Brian Jackson's \"We Almost Lost Detroit.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}