Information about plays

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

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

{
    "id": 3636009,
    "uri": "https://api.kexp.org/v2/plays/3636009/?format=api",
    "airdate": "2026-03-31T12:31:36-07:00",
    "show": 66329,
    "show_uri": "https://api.kexp.org/v2/shows/66329/?format=api",
    "image_uri": "https://dn710702.ca.archive.org/0/items/mbid-18bb423b-bf91-422e-a1c2-c9ed08ea204f/mbid-18bb423b-bf91-422e-a1c2-c9ed08ea204f-1931471858_thumb500.jpg",
    "thumbnail_uri": "https://dn710702.ca.archive.org/0/items/mbid-18bb423b-bf91-422e-a1c2-c9ed08ea204f/mbid-18bb423b-bf91-422e-a1c2-c9ed08ea204f-1931471858_thumb250.jpg",
    "song": "Love Foolosophy",
    "track_id": "1babe2f4-84a4-3ae1-86f5-c4f69df466d4",
    "recording_id": "5a8e5bc8-79ea-4715-a30a-9f12ec948803",
    "artist": "Jamiroquai",
    "artist_ids": [
        "f4857fb9-e255-4dc6-bd01-e4ca7cc68544"
    ],
    "album": "A Funk Odyssey",
    "release_id": "18bb423b-bf91-422e-a1c2-c9ed08ea204f",
    "release_group_id": "4bf509c5-6ec3-35db-a703-1e78166868a3",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2001-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Founded by singer-songwriter Jay Kay whose vocal talents, larger than life personality and love of flamboyant headwear have made him the familiar focal image of the band, Jamiroquai hit the ground running in the early 1990's: https://www.allmusic.com/artist/jamiroquai-mn0000176358#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}