Information about plays

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

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

{
    "id": 3571787,
    "uri": "https://api.kexp.org/v2/plays/3571787/?format=api",
    "airdate": "2025-10-30T11:02:33-07:00",
    "show": 64973,
    "show_uri": "https://api.kexp.org/v2/shows/64973/?format=api",
    "image_uri": "https://ia902802.us.archive.org/15/items/mbid-a5c4aa9d-b58e-3d37-b1bd-6ceb6e825156/mbid-a5c4aa9d-b58e-3d37-b1bd-6ceb6e825156-21129363908_thumb500.jpg",
    "thumbnail_uri": "https://ia802802.us.archive.org/15/items/mbid-a5c4aa9d-b58e-3d37-b1bd-6ceb6e825156/mbid-a5c4aa9d-b58e-3d37-b1bd-6ceb6e825156-21129363908_thumb250.jpg",
    "song": "Suburban Home",
    "track_id": "289193e5-f54a-30f1-b99e-785c98658120",
    "recording_id": "b77083e3-06ea-4c33-b37a-d85f217cbe82",
    "artist": "Descendents",
    "artist_ids": [
        "f035837e-4117-438d-a524-cacf43500e68"
    ],
    "album": "Milo Goes to College",
    "release_id": "a5c4aa9d-b58e-3d37-b1bd-6ceb6e825156",
    "release_group_id": "6f180553-2c6a-3529-a380-636f1232313d",
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1991-10-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Fueled by 'rejection, food, coffee, girls, fishing and food,' the Descendents sprang up during the halcyon days of the Los Angeles punk scene.\" \n\nhttps://www.allmusic.com/artist/descendents-mn0000206407#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}