Information about plays

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

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

{
    "id": 3552366,
    "uri": "https://api.kexp.org/v2/plays/3552366/?format=api",
    "airdate": "2025-09-13T04:35:31-07:00",
    "show": 64547,
    "show_uri": "https://api.kexp.org/v2/shows/64547/?format=api",
    "image_uri": "https://coverartarchive.org/release/6403b4ff-12e0-4865-8fd9-5701115b6597/5926762819-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6403b4ff-12e0-4865-8fd9-5701115b6597/5926762819-250.jpg",
    "song": "Normal",
    "track_id": null,
    "recording_id": "da793977-e5b8-41df-b910-35c7039c4ba0",
    "artist": "The Petticoats",
    "artist_ids": [
        "bdb5061e-72cc-4802-819c-81319153c5c6"
    ],
    "album": "Normal",
    "release_id": null,
    "release_group_id": "1c81c8fe-4e31-46c9-9d12-c92fc7e16f8e",
    "labels": [
        "Bla-Bla-Bla Records"
    ],
    "label_ids": [
        "10b6a928-8bac-4bf5-9bfb-7d129a748040"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sometimes I wish I was a normal\n\n7” released in 1980 from the one-woman band The Petticoats - “I auditioned for bands in the Aachen, Bonn, and Cologne area, but they were all boring male rock bands who had never heard of punk. They thought I was too wild and my musical ideas too crazy.” Read more from this interview with Punk Girl Diaries here: https://punkgirldiaries.com/the-petticoats/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}