Information about plays

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

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

{
    "id": 3640093,
    "uri": "https://api.kexp.org/v2/plays/3640093/?format=api",
    "airdate": "2026-04-10T00:33:03-07:00",
    "show": 66411,
    "show_uri": "https://api.kexp.org/v2/shows/66411/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Be Blowin’",
    "track_id": null,
    "recording_id": "58b1fc84-00a4-44a9-9fd0-e2f77bb0a88a",
    "artist": "De La Soul",
    "artist_ids": [
        "a8ebde98-7e91-46c7-992c-90039ba42017"
    ],
    "album": "Clear Lake Audiotorium",
    "release_id": null,
    "release_group_id": "3b426413-5b99-36b4-9ee9-19064b1a144c",
    "labels": [
        "Tommy Boy"
    ],
    "label_ids": [
        "dd13c200-c9c9-4671-85f8-2dbff1319e3f"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}