Information about plays

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

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

{
    "id": 3630863,
    "uri": "https://api.kexp.org/v2/plays/3630863/?format=api",
    "airdate": "2026-03-19T02:34:55-07:00",
    "show": 66219,
    "show_uri": "https://api.kexp.org/v2/shows/66219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tony's House",
    "track_id": null,
    "recording_id": null,
    "artist": "Captain Planet",
    "artist_ids": [
        "5731726c-7ace-491a-b47c-96ad7d14b612"
    ],
    "album": "Dig!",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Los Angeles producer and DJ Captain Planet returns with \"Tony's House,\" a high-energy dancefloor tribute to Afrobeat legend Tony Allen. Inspired by Allen’s groundbreaking rhythms for Fela Kuti & Africa 70, the track blends elements of his classic \"Afro Disco Beat\" with bass-heavy house. Captain Planet calls Allen a dream collaborator and credits Afrobeat with opening his mind to music. https://djcaptainplanet.bandcamp.com/album/dig https://djcaptainplanet.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}