Information about plays

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

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

{
    "id": 3638705,
    "uri": "https://api.kexp.org/v2/plays/3638705/?format=api",
    "airdate": "2026-04-06T17:24:10-07:00",
    "show": 66385,
    "show_uri": "https://api.kexp.org/v2/shows/66385/?format=api",
    "image_uri": "https://dn710404.ca.archive.org/0/items/mbid-1917e016-5363-430b-844c-796ee2aa09b9/mbid-1917e016-5363-430b-844c-796ee2aa09b9-7988660494_thumb500.jpg",
    "thumbnail_uri": "https://dn710404.ca.archive.org/0/items/mbid-1917e016-5363-430b-844c-796ee2aa09b9/mbid-1917e016-5363-430b-844c-796ee2aa09b9-7988660494_thumb250.jpg",
    "song": "War",
    "track_id": "1b9aed17-40a5-3e13-af6f-9626a847e6f3",
    "recording_id": "829413df-bd55-4f6e-96ab-1e68a3a946be",
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Natural Mystic",
    "release_id": "1917e016-5363-430b-844c-796ee2aa09b9",
    "release_group_id": "8f0299af-2b47-332f-a0aa-33cd4c6f73c5",
    "labels": [],
    "label_ids": [],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "first appeared on Bob Marley and the Wailers' 1976 Island Records album, Rastaman Vibration. The lyrics are almost entirely derived from a speech made by Ethiopian Emperor Haile Selassie I before the Eighteenth Session of UN General Assembly on 4 October 1963.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}