Information about plays

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

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

{
    "id": 3561608,
    "uri": "https://api.kexp.org/v2/plays/3561608/?format=api",
    "airdate": "2025-10-05T11:03:09-07:00",
    "show": 64753,
    "show_uri": "https://api.kexp.org/v2/shows/64753/?format=api",
    "image_uri": "https://coverartarchive.org/release/cf11a285-3000-4629-a484-3450d9a40411/18078175233-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cf11a285-3000-4629-a484-3450d9a40411/18078175233-250.jpg",
    "song": "This Is My Country",
    "track_id": null,
    "recording_id": "a6739981-a8c4-446e-b240-2e0938bc923b",
    "artist": "The Impressions",
    "artist_ids": [
        "8af64037-6d26-4d24-afd8-7e085abb01b1"
    ],
    "album": "This Is My Country",
    "release_id": null,
    "release_group_id": "31f4bff9-6753-3c3c-a508-aa100073cf3f",
    "labels": [
        "Curtom Records"
    ],
    "label_ids": [
        "0de50eca-0acc-492c-8840-7eae9f04e739"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Chicago band’s first album released on Curtis Mayfield's label, the title track celebrates and critiques the U.S.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}