Information about plays

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

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

{
    "id": 3639892,
    "uri": "https://api.kexp.org/v2/plays/3639892/?format=api",
    "airdate": "2026-04-09T13:26:33-07:00",
    "show": 66408,
    "show_uri": "https://api.kexp.org/v2/shows/66408/?format=api",
    "image_uri": "https://dn710801.ca.archive.org/0/items/mbid-4aac0586-0afc-3bd3-9b4d-d92181acf950/mbid-4aac0586-0afc-3bd3-9b4d-d92181acf950-40615097236_thumb500.jpg",
    "thumbnail_uri": "https://dn710801.ca.archive.org/0/items/mbid-4aac0586-0afc-3bd3-9b4d-d92181acf950/mbid-4aac0586-0afc-3bd3-9b4d-d92181acf950-40615097236_thumb250.jpg",
    "song": "Walls",
    "track_id": "baef595a-8af8-3448-a8d4-51c0b4cb8f6c",
    "recording_id": "69c233aa-5899-4537-9ff2-297819103585",
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Modern Guilt",
    "release_id": "ba6ef870-7a88-4deb-9661-1c71c2657440",
    "release_group_id": "0a982c29-037d-3036-af72-8b2614764f00",
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "2008-07-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced and co-writen by Danger Mouse, this song sampled the poppy French \"Amour, vacances et baroque\" from Paul Piot and Paul Guiot.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}