Information about plays

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

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

{
    "id": 3558941,
    "uri": "https://api.kexp.org/v2/plays/3558941/?format=api",
    "airdate": "2025-09-28T18:31:09-07:00",
    "show": 64693,
    "show_uri": "https://api.kexp.org/v2/shows/64693/?format=api",
    "image_uri": "https://coverartarchive.org/release/41f3eb80-e632-4e1e-8c21-8bb1c6ce5d28/2888607276-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/41f3eb80-e632-4e1e-8c21-8bb1c6ce5d28/2888607276-250.jpg",
    "song": "The Preacher",
    "track_id": null,
    "recording_id": "c7ff468d-f263-41a4-b644-a935f9290f1c",
    "artist": "Horace Silver & The Jazz Messengers",
    "artist_ids": [
        "d185d986-ee96-4fd3-bd61-8c848a4765b6",
        "209ddf15-ee0a-41a1-a1f5-6f4c0409d2ee"
    ],
    "album": "Horace Silver and the Jazz Messengers",
    "release_id": null,
    "release_group_id": "ea8ca1bb-5a93-40d8-aa99-dec4fe715af1",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1955-02-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Preacher\" is a composition by Horace Silver. The original version was recorded by Silver's quintet on February 6, 1955. It was soon covered by other musicians, including with lyrics added by Babs Gonzales. It has become a jazz standard.\n\n\"The Preacher\" is based on the chords of \"Show Me the Way to Go Home\", which Silver often used to end his concerts. He wrote it in the Arlington Hotel on Twenty-Fifth Street in New York City, where he lived from 1954 to 1958.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}