Information about plays

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

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

{
    "id": 3545262,
    "uri": "https://api.kexp.org/v2/plays/3545262/?format=api",
    "airdate": "2025-08-26T23:48:41-07:00",
    "show": 64397,
    "show_uri": "https://api.kexp.org/v2/shows/64397/?format=api",
    "image_uri": "https://coverartarchive.org/release/016bca3b-8faa-4bde-b5c2-9e82737723f9/36021731838-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/016bca3b-8faa-4bde-b5c2-9e82737723f9/36021731838-250.jpg",
    "song": "Pacifics",
    "track_id": null,
    "recording_id": "ffc20dbc-6f63-4a3d-8d1b-91b8be3c9f1b",
    "artist": "Digable Planets",
    "artist_ids": [
        "ff44f779-74ab-48f8-aac3-39ebe8f7c18e"
    ],
    "album": "Beyond the Spectrum: The Creamy Spy Chronicles",
    "release_id": null,
    "release_group_id": "e92d965e-0612-3e35-9dd8-be8fcec7de87",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Digable (featuring founding member - PNW artist Ishmael Butler) playing Bumbershoot Festival this weekend. https://www.officialdigableplanets.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}