Information about plays

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

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

{
    "id": 3639895,
    "uri": "https://api.kexp.org/v2/plays/3639895/?format=api",
    "airdate": "2026-04-09T13:34:50-07:00",
    "show": 66408,
    "show_uri": "https://api.kexp.org/v2/shows/66408/?format=api",
    "image_uri": "https://dn710803.ca.archive.org/0/items/mbid-401b0a2d-a250-4fe0-ae73-53fc4ca4ae68/mbid-401b0a2d-a250-4fe0-ae73-53fc4ca4ae68-18173981072_thumb500.jpg",
    "thumbnail_uri": "https://dn710803.ca.archive.org/0/items/mbid-401b0a2d-a250-4fe0-ae73-53fc4ca4ae68/mbid-401b0a2d-a250-4fe0-ae73-53fc4ca4ae68-18173981072_thumb250.jpg",
    "song": "Beercan",
    "track_id": "bfc6ff53-a4f9-3d0b-81ac-7125248c62e5",
    "recording_id": "87e0a7ef-a844-4add-9fa2-5971909dccee",
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Mellow Gold",
    "release_id": "401b0a2d-a250-4fe0-ae73-53fc4ca4ae68",
    "release_group_id": "4f8bb33f-9e2d-34dc-8852-5d591cc104d8",
    "labels": [
        "Bong Load Custom Records",
        "DGC Records"
    ],
    "label_ids": [
        "b41ac8e4-c575-44df-a544-40ad84723ff3",
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1994-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's a live performance of this chaotic song in 1999: https://www.youtube.com/watch?v=JPBoQ-3oxW4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}