Information about plays

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

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

{
    "id": 3519724,
    "uri": "https://api.kexp.org/v2/plays/3519724/?format=api",
    "airdate": "2025-06-28T00:10:12-07:00",
    "show": 63854,
    "show_uri": "https://api.kexp.org/v2/shows/63854/?format=api",
    "image_uri": "https://coverartarchive.org/release/87620107-de37-4860-bb0a-077d39a61c22/14748992461-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/87620107-de37-4860-bb0a-077d39a61c22/14748992461-250.jpg",
    "song": "Public Enemy No. 1",
    "track_id": null,
    "recording_id": "3e12cd2c-cf1f-4f91-aa4e-d244995d334f",
    "artist": "Public Enemy",
    "artist_ids": [
        "bf2e15d0-4b77-469e-bfb4-f8414415baca"
    ],
    "album": "Yo! Bum Rush the Show",
    "release_id": null,
    "release_group_id": "10022c07-26de-3ae2-8283-7433958a8399",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1987-02-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Public Enemy tune directly samples multiple elements of Fred Wesley and The JBs' \"Blow Your Head.\" It also samples Kurtis Blow's \"AJ Scratch\" and The Treacherous Three's \"Feel the Heartbeat.\"\n--\nMaybe you've tuned in on an \"OG Thursday\" and were amazed and enlightened as you discovered how Larry revealed samples and influences. KEXP enhances the process of music discovery.  Your support makes that possible.  Donate today.: https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}