Information about plays

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

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

{
    "id": 3572157,
    "uri": "https://api.kexp.org/v2/plays/3572157/?format=api",
    "airdate": "2025-10-31T09:09:08-07:00",
    "show": 64982,
    "show_uri": "https://api.kexp.org/v2/shows/64982/?format=api",
    "image_uri": "https://ia801900.us.archive.org/30/items/mbid-39b8095e-adcd-40d5-95da-e571ee08c1aa/mbid-39b8095e-adcd-40d5-95da-e571ee08c1aa-4776110603_thumb500.jpg",
    "thumbnail_uri": "https://ia801900.us.archive.org/30/items/mbid-39b8095e-adcd-40d5-95da-e571ee08c1aa/mbid-39b8095e-adcd-40d5-95da-e571ee08c1aa-4776110603_thumb250.jpg",
    "song": "I Think I’m Evil",
    "track_id": "87859b70-5b5a-343b-90fc-e9c51c03da3e",
    "recording_id": "34ecba2a-7fa0-4b76-aaad-de170cf9252e",
    "artist": "Black Moth Super Rainbow",
    "artist_ids": [
        "44e14e88-b17a-44d8-9e94-f3afa977239b"
    ],
    "album": "Cobra Juicy",
    "release_id": "39b8095e-adcd-40d5-95da-e571ee08c1aa",
    "release_group_id": "435c7052-31c3-4aa6-b502-2664a1a343ed",
    "labels": [
        "Rad Cult"
    ],
    "label_ids": [
        "5b35d2dd-2151-4128-a583-61ac3373550d"
    ],
    "release_date": "2012-10-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that Pittsburgh-based Black Moth Super Rainbow was our guest DJ for Midnight in a Perfect World in 2018.  Take a look at their playlist here (and don't miss the photograph!): https://www.kexp.org/read/2018/6/8/midnight-perfect-world-black-moth-super-rainbow/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}