Information about plays

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

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

{
    "id": 3625386,
    "uri": "https://api.kexp.org/v2/plays/3625386/?format=api",
    "airdate": "2026-03-04T22:37:16-08:00",
    "show": 66093,
    "show_uri": "https://api.kexp.org/v2/shows/66093/?format=api",
    "image_uri": "https://coverartarchive.org/release/d68b756b-a543-41bf-9795-96b9aee530f6/13543681221-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d68b756b-a543-41bf-9795-96b9aee530f6/13543681221-250.jpg",
    "song": "Golden Slumbers",
    "track_id": null,
    "recording_id": "c2fe8f21-2000-4d93-b589-20a2a0468b75",
    "artist": "Congress Alley",
    "artist_ids": [
        "63ecaaa9-5fe8-4a24-baed-9ec4e302f8b8"
    ],
    "album": "Congress Alley",
    "release_id": null,
    "release_group_id": "12f883dd-e5f0-4f6d-bf09-241af8d98fb9",
    "labels": [
        "Avco"
    ],
    "label_ids": [
        "8c1b4a2d-c6ad-4dce-aac0-9db3eac2c2da"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sweet Beatles cover from this group that featured husband and wife Lee Andrews and Jacqui Andrews, parents of Ahmir '?uestlove' Thompson.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}