Information about plays

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

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

{
    "id": 3543959,
    "uri": "https://api.kexp.org/v2/plays/3543959/?format=api",
    "airdate": "2025-08-23T22:38:17-07:00",
    "show": 64371,
    "show_uri": "https://api.kexp.org/v2/shows/64371/?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": "Hope",
    "track_id": "0a483df3-4016-3ec9-be20-61f82bce71b1",
    "recording_id": "79db43fc-0395-4966-90bf-95edab5528af",
    "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": "One of the many albums produced by Glen \"SPOT\" Lockett. RIP\n\nRead more about him and his impact on SST records as their in-house engineer & producer here: https://pitchfork.com/news/sst-records-producer-glen-spot-lockett-dies-at-72/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}