Information about plays

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

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

{
    "id": 3572790,
    "uri": "https://api.kexp.org/v2/plays/3572790/?format=api",
    "airdate": "2025-11-01T21:09:11-07:00",
    "show": 64999,
    "show_uri": "https://api.kexp.org/v2/shows/64999/?format=api",
    "image_uri": "https://coverartarchive.org/release/fa030d11-d901-4a0b-9ce7-cf665ea032c1/4780653816-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fa030d11-d901-4a0b-9ce7-cf665ea032c1/4780653816-250.jpg",
    "song": "Open Your Eyes",
    "track_id": null,
    "recording_id": "5b5d965f-d764-4c40-b60e-511be4bd8caa",
    "artist": "Avengers",
    "artist_ids": [
        "f290c284-cc49-49a6-bc89-3f58de0c40ed"
    ],
    "album": "Avengers",
    "release_id": null,
    "release_group_id": "b19a13ad-f55c-3370-bd2b-5b03dd66f759",
    "labels": [
        "CD Presents, Ltd."
    ],
    "label_ids": [
        "8514b469-6414-4074-8e80-05abd2ad34ee"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in 1978\n\nThe Avengers were one of the first and most influential female-fronted punk bands in the US. In two short years, June of 1977 to June of 1979, singer Penelope Houston led The Avengers in just over 100 performances, from the Mabuhay and the Masque to supporting the Sex Pistols at Winterland (that group's legendary final show).\n\nhttps://penelopehouston.bandcamp.com/album/avengers\nhttps://faroutmagazine.co.uk/the-avengers-san-francisco-punk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}