Information about plays

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

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

{
    "id": 3638311,
    "uri": "https://api.kexp.org/v2/plays/3638311/?format=api",
    "airdate": "2026-04-05T19:17:59-07:00",
    "show": 66376,
    "show_uri": "https://api.kexp.org/v2/shows/66376/?format=api",
    "image_uri": "https://coverartarchive.org/release/b40124c1-4138-4f4f-b47a-d01846eb5bc4/28062429106-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b40124c1-4138-4f4f-b47a-d01846eb5bc4/28062429106-250.jpg",
    "song": "Frisco Disco",
    "track_id": null,
    "recording_id": "554ff493-bc5b-4a5d-856b-fb640e96421e",
    "artist": "Eastside Connection",
    "artist_ids": [
        "cff10355-0086-4766-8f64-fb0c4a581cfc"
    ],
    "album": "Ultimate Breaks & Beats, Volume 13",
    "release_id": null,
    "release_group_id": "9d875b25-1893-3f26-b4f8-18e415a58ec0",
    "labels": [
        "Rampart Records"
    ],
    "label_ids": [
        "e4ecb76d-388e-4ef2-b6dd-56d0fbb15b88"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Eastside Connection originally released \"Frisco Disco\" and b-side \"Birthday Medley\" in 1979, but you can find the track on the 1987 album Ultimate Breaks & Beats, Volume 13. \nThe track has been sampled dozens of times by artists, including Slick Rick, TLC, 2 Live Crew, and LL Cool J.\n\nEastside Connection was comprised of: Bertha Oropeza, Brandon Fields, Dick Mitchell, Geoff Lee, Hector Gonzalez, and Sam Cracchiolo.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}