Information about plays

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

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

{
    "id": 3550343,
    "uri": "https://api.kexp.org/v2/plays/3550343/?format=api",
    "airdate": "2025-09-08T06:43:06-07:00",
    "show": 64507,
    "show_uri": "https://api.kexp.org/v2/shows/64507/?format=api",
    "image_uri": "https://ia903202.us.archive.org/25/items/mbid-7cefb609-0cc2-4990-a634-da44788beed1/mbid-7cefb609-0cc2-4990-a634-da44788beed1-15396628010_thumb500.jpg",
    "thumbnail_uri": "https://ia903202.us.archive.org/25/items/mbid-7cefb609-0cc2-4990-a634-da44788beed1/mbid-7cefb609-0cc2-4990-a634-da44788beed1-15396628010_thumb250.jpg",
    "song": "The Clapping Song (Clap Pat Clap Slap)",
    "track_id": "3024158e-d301-4353-9af3-8bbd96624c90",
    "recording_id": "408c8697-c337-484d-b9c5-372161fcad57",
    "artist": "Shirley Ellis",
    "artist_ids": [
        "68aafb3e-cfc2-4549-8dd5-e1d8753dd697"
    ],
    "album": "The Clapping Song (Clap Pat Clap Slap)",
    "release_id": "7cefb609-0cc2-4990-a634-da44788beed1",
    "release_group_id": "ab40270e-ed88-49d2-aecb-2d21faa1e4ae",
    "labels": [
        "Congress"
    ],
    "label_ids": [
        "3f7908d2-1047-4772-afff-5a84ca2e5e14"
    ],
    "release_date": "1965-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cool video doing this song live in 1965: https://youtu.be/PWDsoEls-fk \n\nTom Waits had his own take on / evolution of the song, \"Clap Hands\": https://youtu.be/SWJvohfCCdk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}