Information about plays

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

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

{
    "id": 3635312,
    "uri": "https://api.kexp.org/v2/plays/3635312/?format=api",
    "airdate": "2026-03-29T20:32:26-07:00",
    "show": 66314,
    "show_uri": "https://api.kexp.org/v2/shows/66314/?format=api",
    "image_uri": "https://coverartarchive.org/release/30df582f-f3a9-4b2f-a146-ac684e6b7a3e/37320599264-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/30df582f-f3a9-4b2f-a146-ac684e6b7a3e/37320599264-250.jpg",
    "song": "Love Time Machine",
    "track_id": null,
    "recording_id": "5a3ae9d5-abb3-4a3b-9bf4-0dfda240906d",
    "artist": "AD 2000",
    "artist_ids": [
        "10904a6a-78ef-4f81-bfb8-889c8c0adcdd"
    ],
    "album": "Boogie Times Presents the Great Collectors Funky Music, Volume 9",
    "release_id": null,
    "release_group_id": "acb284d9-caa5-3bec-8369-e4deb4c5192c",
    "labels": [
        "Disco-Funk Music"
    ],
    "label_ids": [],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "AD 2000 originally released \"Love Time Machine\" in 1984 but you can find the track on the 2006 compilation album Boogie Times Presents the Great Collectors Funky Music, Volume 9.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}