Information about plays

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

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

{
    "id": 3674488,
    "uri": "https://api.kexp.org/v2/plays/3674488/?format=api",
    "airdate": "2026-06-30T11:14:31-07:00",
    "show": 67129,
    "show_uri": "https://api.kexp.org/v2/shows/67129/?format=api",
    "image_uri": "https://dn710305.ca.archive.org/0/items/mbid-a9b80892-0951-4f06-9a58-5d07f720c289/mbid-a9b80892-0951-4f06-9a58-5d07f720c289-5134851974_thumb500.jpg",
    "thumbnail_uri": "https://dn710305.ca.archive.org/0/items/mbid-a9b80892-0951-4f06-9a58-5d07f720c289/mbid-a9b80892-0951-4f06-9a58-5d07f720c289-5134851974_thumb250.jpg",
    "song": "Holy Holy",
    "track_id": "1d3b40b7-c99f-43cd-b45c-98a384555deb",
    "recording_id": "294a12ec-bf82-42b3-9adf-95f2fa877d55",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "The Man Who Sold the World",
    "release_id": "a9b80892-0951-4f06-9a58-5d07f720c289",
    "release_group_id": "2536a41d-fde9-35d5-a6c6-cd4d94ffd916",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this song, Bowie used a technique called a \"cut up,\" in which he cut out words from books, magazines, and his own jottings and rearranged them into sentences that provoked feelings or images but often made little rational sense. He got the lyrics for \"Moonage Daydream\" this way.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}