Information about plays

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

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

{
    "id": 3600306,
    "uri": "https://api.kexp.org/v2/plays/3600306/?format=api",
    "airdate": "2026-01-04T18:48:50-08:00",
    "show": 65564,
    "show_uri": "https://api.kexp.org/v2/shows/65564/?format=api",
    "image_uri": "https://coverartarchive.org/release/f84f7986-6628-466c-be20-387ac5e04ca3/7462806059-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f84f7986-6628-466c-be20-387ac5e04ca3/7462806059-250.jpg",
    "song": "Genie",
    "track_id": null,
    "recording_id": "b76e6896-086c-4fc7-89a0-1ce747b28351",
    "artist": "The B.B. & Q. Band",
    "artist_ids": [
        "bccb9298-9df6-452e-9d95-6b9ace543a95"
    ],
    "album": "Genie",
    "release_id": null,
    "release_group_id": "b1391749-be4f-4ab0-9a94-c7a5b825e791",
    "labels": [
        "Break Records"
    ],
    "label_ids": [],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Also known as The Brooklyn, Bronx & Queens Band, The B.B. & Q. Band originally released \"Genie\" on the 1985 album of the same name.",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}