Information about plays

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

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

{
    "id": 3629146,
    "uri": "https://api.kexp.org/v2/plays/3629146/?format=api",
    "airdate": "2026-03-15T05:53:31-07:00",
    "show": 66185,
    "show_uri": "https://api.kexp.org/v2/shows/66185/?format=api",
    "image_uri": "https://coverartarchive.org/release/4dd228fc-889f-41b4-8efa-8f68a950c67c/20465262649-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4dd228fc-889f-41b4-8efa-8f68a950c67c/20465262649-250.jpg",
    "song": "Criss-Cross",
    "track_id": null,
    "recording_id": "4b00ac8b-b1b7-44f3-bea0-539688db6957",
    "artist": "Thelonious Monk",
    "artist_ids": [
        "8e8c7417-c905-46b1-b42a-5260b4274ed4"
    ],
    "album": "Criss-Cross",
    "release_id": null,
    "release_group_id": "7dfc2379-6873-34d8-9be7-04e1ac64c2cf",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1963-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}