Information about plays

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

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

{
    "id": 3571813,
    "uri": "https://api.kexp.org/v2/plays/3571813/?format=api",
    "airdate": "2025-10-30T12:16:03-07:00",
    "show": 64973,
    "show_uri": "https://api.kexp.org/v2/shows/64973/?format=api",
    "image_uri": "https://coverartarchive.org/release/7cefb609-0cc2-4990-a634-da44788beed1/15396628010-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7cefb609-0cc2-4990-a634-da44788beed1/15396628010-250.jpg",
    "song": "The Puzzle Song",
    "track_id": null,
    "recording_id": null,
    "artist": "Shirley Ellis",
    "artist_ids": [
        "68aafb3e-cfc2-4549-8dd5-e1d8753dd697"
    ],
    "album": "The Clapping Song (Clap Pat Clap Slap)",
    "release_id": null,
    "release_group_id": "ab40270e-ed88-49d2-aecb-2d21faa1e4ae",
    "labels": [
        "Congress"
    ],
    "label_ids": [
        "3f7908d2-1047-4772-afff-5a84ca2e5e14"
    ],
    "release_date": "1965-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shirley Ellis was an American soul music singer and songwriter of West Indian heritage. She is best known for her novelty hits \"The Nitty Gritty\", \"The Name Game\" and \"The Clapping Song\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}