Information about plays

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

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

{
    "id": 3597085,
    "uri": "https://api.kexp.org/v2/plays/3597085/?format=api",
    "airdate": "2025-12-28T07:25:41-08:00",
    "show": 65496,
    "show_uri": "https://api.kexp.org/v2/shows/65496/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love You Down (feat. Meshell Ndegeocello)",
    "track_id": null,
    "recording_id": null,
    "artist": "Robert Glasper",
    "artist_ids": [],
    "album": "Keys To The City Volume One",
    "release_id": null,
    "release_group_id": "c3a16a2e-08f8-49cf-954b-7098b00dbdc2",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2024-10-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Robert Glasper with Meshell Ndegeocello covering Ready For The World's all-time slow jam \"Love You Down\" from 1986 ~ https://robertglasper.bandcamp.com/album/keys-to-the-city-volume-one",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}