Information about plays

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

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

{
    "id": 3568432,
    "uri": "https://api.kexp.org/v2/plays/3568432/?format=api",
    "airdate": "2025-10-22T08:26:29-07:00",
    "show": 64902,
    "show_uri": "https://api.kexp.org/v2/shows/64902/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fortunate Son",
    "track_id": "13881e5a-b4e3-3a81-ad57-1ba11b988791",
    "recording_id": "a278228c-a97a-4e72-a632-25738da8397b",
    "artist": "Creedence Clearwater Revival",
    "artist_ids": [
        "109958eb-a335-4c5e-907e-597ff4c6af46"
    ],
    "album": "Fortunate Son",
    "release_id": "9ec6d7f6-cade-45e2-b92b-5f5bcfe8a4a3",
    "release_group_id": "8e4a9f78-3887-445d-8ffb-e2135190dbf4",
    "labels": [
        "Fantasy"
    ],
    "label_ids": [
        "757acd4a-dade-433d-b754-53468f243220"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is an antiestablishment song of defiance and blue-collar pride, both anti-Washington and against the Vietnam War. John Fogerty and Doug Clifford both enlisted in the Army Reserves in 1966 (to avoid being drafted and shipped to Vietnam) and were discharged in 1968 after serving their military commitments. \"The song speaks more to the unfairness of class than war itself,\" Fogerty said. \"It's the old saying about rich men making war and poor men having to fight them.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}