Information about plays

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

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

{
    "id": 3596573,
    "uri": "https://api.kexp.org/v2/plays/3596573/?format=api",
    "airdate": "2025-12-27T03:54:59-08:00",
    "show": 65484,
    "show_uri": "https://api.kexp.org/v2/shows/65484/?format=api",
    "image_uri": "https://coverartarchive.org/release/5d40850d-a155-437c-a93a-774d001ffc54/6253620191-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5d40850d-a155-437c-a93a-774d001ffc54/6253620191-250.jpg",
    "song": "Misdemeanor",
    "track_id": null,
    "recording_id": "203ba854-c1dd-4941-8b77-1ae933aaa2b7",
    "artist": "Foster Sylvers",
    "artist_ids": [
        "b6e4be33-0689-4314-94f0-ec8d25eda9c9"
    ],
    "album": "Foster Sylvers",
    "release_id": null,
    "release_group_id": "68b40800-bd34-38a1-add6-f8434dc2d736",
    "labels": [
        "Pride"
    ],
    "label_ids": [
        "ef27f204-8974-4e0a-8645-82e948e82d4b"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Foster Sylvers released his first album, Foster Sylvers, on June 10, 1973. His first single, \"Misdemeanor,\" written by his brother Leon Sylvers III, became a hit that summer!\nHe can also be heard exclaiming \"We kept it going strong\" on the Sylvers' million-selling single \"Boogie Fever\" and sang lead on its follow-up, \"Cotton Candy.\": https://www.allmusic.com/artist/foster-sylvers-mn0000660711/biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}