Information about plays

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

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

{
    "id": 3597673,
    "uri": "https://api.kexp.org/v2/plays/3597673/?format=api",
    "airdate": "2025-12-29T17:06:31-08:00",
    "show": 65509,
    "show_uri": "https://api.kexp.org/v2/shows/65509/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunny Storms",
    "track_id": null,
    "recording_id": null,
    "artist": "De La Soul",
    "artist_ids": [
        "a8ebde98-7e91-46c7-992c-90039ba42017"
    ],
    "album": "Cabin In The Sky",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mass Appeal"
    ],
    "label_ids": [
        "6f6e9784-ac68-4dcc-9790-d6b3edbb1a56"
    ],
    "release_date": "2025-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "the group's first album since the death of member Trugoy the Dove, who died in 2023, and features previously unreleased vocals from him.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}