Information about plays

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

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

{
    "id": 3564802,
    "uri": "https://api.kexp.org/v2/plays/3564802/?format=api",
    "airdate": "2025-10-14T02:52:21-07:00",
    "show": 64830,
    "show_uri": "https://api.kexp.org/v2/shows/64830/?format=api",
    "image_uri": "https://ia601408.us.archive.org/31/items/mbid-7f8c2085-f97c-4af4-9367-2174ba6a8838/mbid-7f8c2085-f97c-4af4-9367-2174ba6a8838-16056395177_thumb500.jpg",
    "thumbnail_uri": "https://ia601408.us.archive.org/31/items/mbid-7f8c2085-f97c-4af4-9367-2174ba6a8838/mbid-7f8c2085-f97c-4af4-9367-2174ba6a8838-16056395177_thumb250.jpg",
    "song": "Running Out of Lies",
    "track_id": "3bde6c51-d76d-3522-a717-6d42e688fa93",
    "recording_id": "93a0a070-2add-4681-856a-973559ef7cfb",
    "artist": "Etta James",
    "artist_ids": [
        "e22d2f66-881e-41ca-9356-544697ee5f90"
    ],
    "album": "Life, Love & The Blues",
    "release_id": "7f8c2085-f97c-4af4-9367-2174ba6a8838",
    "release_group_id": "3b5d51cc-fc99-323a-be5b-257ef6bd5768",
    "labels": [
        "Private Music"
    ],
    "label_ids": [
        "48e05d59-41a2-435c-9f74-7df9bc1181cc"
    ],
    "release_date": "1998-06-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}