Information about plays

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

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

{
    "id": 3633040,
    "uri": "https://api.kexp.org/v2/plays/3633040/?format=api",
    "airdate": "2026-03-24T08:04:38-07:00",
    "show": 66267,
    "show_uri": "https://api.kexp.org/v2/shows/66267/?format=api",
    "image_uri": "https://dn710600.ca.archive.org/0/items/mbid-8a4df0d8-4942-4d8c-999d-ec5d2a2e78f4/mbid-8a4df0d8-4942-4d8c-999d-ec5d2a2e78f4-15203423275_thumb500.jpg",
    "thumbnail_uri": "https://dn710600.ca.archive.org/0/items/mbid-8a4df0d8-4942-4d8c-999d-ec5d2a2e78f4/mbid-8a4df0d8-4942-4d8c-999d-ec5d2a2e78f4-15203423275_thumb250.jpg",
    "song": "Summertime",
    "track_id": "63fbbdce-200a-45a3-b24f-141f0c0ee339",
    "recording_id": "44f2b3a5-47ab-4d2e-a093-e0b473237345",
    "artist": "DJ Jazzy Jeff & The Fresh Prince",
    "artist_ids": [
        "a663d7d0-754b-40e2-9ea3-3c6c39fd5937"
    ],
    "album": "Homebase",
    "release_id": "bceb1a87-bc78-451c-aabf-26014a65d34d",
    "release_group_id": "10437947-9039-3240-9aed-47c6ed0a7ce8",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1991-07-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Will Smith starred in the 1993 film Six Degrees of Separation alongside Donald Sutherland, who made a guest appearance in the music video for Kate Bush's \"Cloudbusting\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}