Information about plays

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

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

{
    "id": 3638218,
    "uri": "https://api.kexp.org/v2/plays/3638218/?format=api",
    "airdate": "2026-04-05T15:08:58-07:00",
    "show": 66375,
    "show_uri": "https://api.kexp.org/v2/shows/66375/?format=api",
    "image_uri": "",
    "thumbnail_uri": "https://dn710909.ca.archive.org/0/items/mbid-681c891e-a56a-4ffb-8be8-e39f3017795e/mbid-681c891e-a56a-4ffb-8be8-e39f3017795e-10196063668_thumb250.jpg",
    "song": "Wake Up and Live",
    "track_id": "8c03571a-b2d4-3b11-907a-21a5bbb18b84",
    "recording_id": "46273c52-2c20-4389-985b-48911bb2c97d",
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Survival",
    "release_id": "681c891e-a56a-4ffb-8be8-e39f3017795e",
    "release_group_id": "549f63a0-10ba-3350-92b6-6b176606aeaa",
    "labels": [
        "Tuff Gong"
    ],
    "label_ids": [
        "be14aa98-403a-4337-8a1e-d104b90d4f3c"
    ],
    "release_date": "2001-07-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "11th studio album, released in 1979, takes on more militant themes than previously more laid back albums.\n--\nCheck out Bob Marley perform 'Wake Up and Live', Live At Amandla Festival of Unity, 1979: https://youtu.be/VPZ3j1oSo6U?si=GStQKt04erNxPrhJ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}