Information about plays

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

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

{
    "id": 3635629,
    "uri": "https://api.kexp.org/v2/plays/3635629/?format=api",
    "airdate": "2026-03-30T14:56:55-07:00",
    "show": 66322,
    "show_uri": "https://api.kexp.org/v2/shows/66322/?format=api",
    "image_uri": "https://coverartarchive.org/release/dee1f517-383a-43ed-b33a-126828e455b7/25865134039-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dee1f517-383a-43ed-b33a-126828e455b7/25865134039-250.jpg",
    "song": "Can't We Smile",
    "track_id": null,
    "recording_id": "46ca0b24-50e1-40d1-81e0-3151c373e433",
    "artist": "Johnny Hammond Smith",
    "artist_ids": [],
    "album": "Gears",
    "release_id": null,
    "release_group_id": "e199f355-ed97-381b-969c-812363186252",
    "labels": [
        "Milestone"
    ],
    "label_ids": [
        "d633e4af-9c3d-4cd6-996c-ba4f96706f5a"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track is sampled in Erykah Badu's song, \"Time's a Wastin\". The Mizell Brothers produced the album.\n\nRead about Johnny Hammond here: https://concord.com/artist/johnny-hammond-smith/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}