Information about plays

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

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

{
    "id": 3619322,
    "uri": "https://api.kexp.org/v2/plays/3619322/?format=api",
    "airdate": "2026-02-19T01:25:24-08:00",
    "show": 65971,
    "show_uri": "https://api.kexp.org/v2/shows/65971/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Run It Back!!",
    "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": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Cabin in the Sky\" is is the group's first album since the death of member Trugoy the Dove, who died in 2023, and features previously unreleased vocals from him. -- On “Run It Back!!” Posdnous reminisces about De La’s formation (“It’s the birth of a team here to clean up the turf”) and Nas shouts out the generation carrying the torch for Golden Era hip-hop (“Now it’s just Doechii, Dot and SZA with most powerful hits”). -- \"Run It Back!!\" sampled The Police's \"Every Little Thing She Does Is Magic\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}