Information about plays

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

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

{
    "id": 3633965,
    "uri": "https://api.kexp.org/v2/plays/3633965/?format=api",
    "airdate": "2026-03-26T17:17:21-07:00",
    "show": 66286,
    "show_uri": "https://api.kexp.org/v2/shows/66286/?format=api",
    "image_uri": "https://ia801201.us.archive.org/0/items/mbid-6b7fb2e0-98c1-4aea-8b1b-5b121ab579c9/mbid-6b7fb2e0-98c1-4aea-8b1b-5b121ab579c9-15064271357_thumb500.jpg",
    "thumbnail_uri": "https://dn711002.ca.archive.org/0/items/mbid-6b7fb2e0-98c1-4aea-8b1b-5b121ab579c9/mbid-6b7fb2e0-98c1-4aea-8b1b-5b121ab579c9-15064271357_thumb250.jpg",
    "song": "Hyperbolicsyllabicsesquedalymistic",
    "track_id": "dac97d9f-ee98-32e3-85cd-7303bd347752",
    "recording_id": "f30cada8-1bef-44d6-a221-a537f766a6b3",
    "artist": "Isaac Hayes",
    "artist_ids": [
        "a2361c7d-ddb6-41c1-a9a0-be09fbbb8d21"
    ],
    "album": "Hot Buttered Soul",
    "release_id": "6b7fb2e0-98c1-4aea-8b1b-5b121ab579c9",
    "release_group_id": "e76d4f75-f09b-3f5b-aca9-44ac4489e58d",
    "labels": [
        "Enterprise Records"
    ],
    "label_ids": [
        "3fcfb78e-6f78-4c76-b640-7b9cd8974507"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Public Enemy samples this song in their song 'Black Steel in the Hour of Chaos.'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}