Information about plays

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

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

{
    "id": 3571645,
    "uri": "https://api.kexp.org/v2/plays/3571645/?format=api",
    "airdate": "2025-10-30T02:39:59-07:00",
    "show": 64970,
    "show_uri": "https://api.kexp.org/v2/shows/64970/?format=api",
    "image_uri": "https://coverartarchive.org/release/33d1434d-3179-416f-b45b-02fe98640282/17153996559-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/33d1434d-3179-416f-b45b-02fe98640282/17153996559-250.jpg",
    "song": "The Whistle Song",
    "track_id": null,
    "recording_id": "326cde08-ef9d-40d4-93ca-0e192d0cbc38",
    "artist": "Frankie Knuckles",
    "artist_ids": [
        "b7a98e65-7ce4-4fab-8cf3-6b3ccda6115a"
    ],
    "album": "Beyond the Mix",
    "release_id": null,
    "release_group_id": "2c9e6f87-92af-3b38-a7d2-50c590c47eb1",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1991-08-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Godfather of House!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}