Information about plays

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

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

{
    "id": 3572162,
    "uri": "https://api.kexp.org/v2/plays/3572162/?format=api",
    "airdate": "2025-10-31T09:25:56-07:00",
    "show": 64982,
    "show_uri": "https://api.kexp.org/v2/shows/64982/?format=api",
    "image_uri": "https://ia902309.us.archive.org/27/items/mbid-70fc4df9-1a86-4357-aac7-0694d4248aed/mbid-70fc4df9-1a86-4357-aac7-0694d4248aed-8413711733_thumb500.jpg",
    "thumbnail_uri": "https://ia802309.us.archive.org/27/items/mbid-70fc4df9-1a86-4357-aac7-0694d4248aed/mbid-70fc4df9-1a86-4357-aac7-0694d4248aed-8413711733_thumb250.jpg",
    "song": "Hell",
    "track_id": "cabc36f1-44b8-3c84-a384-0f9ec159dc60",
    "recording_id": "d61f5090-b243-4910-a109-411fcb4a4a0b",
    "artist": "Squirrel Nut Zippers",
    "artist_ids": [
        "31810c40-932a-4f2d-8cfd-17849844e2a6"
    ],
    "album": "Hot",
    "release_id": "70fc4df9-1a86-4357-aac7-0694d4248aed",
    "release_group_id": "c6fe6a2b-0ed6-3d2c-b9ce-ddd5421a3452",
    "labels": [
        "Mammoth Records"
    ],
    "label_ids": [
        "fff50bfe-ecdb-4d2c-882d-a86190d9dd55"
    ],
    "release_date": "1996-06-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It wasn't Hell when Troy hosted the swing band Squirrel Nut Zippers in our studio last year.  In fact, it was heavenly when they did a live performance of \"Hell.\"  Watch that whole session here.: https://www.youtube.com/watch?v=0nd_-ltUstI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}