Information about plays

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

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

{
    "id": 3633528,
    "uri": "https://api.kexp.org/v2/plays/3633528/?format=api",
    "airdate": "2026-03-25T14:44:16-07:00",
    "show": 66277,
    "show_uri": "https://api.kexp.org/v2/shows/66277/?format=api",
    "image_uri": "https://coverartarchive.org/release/9548efdb-4208-473c-976f-1e06e2106f7b/16220903845-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9548efdb-4208-473c-976f-1e06e2106f7b/16220903845-250.jpg",
    "song": "Money Is",
    "track_id": null,
    "recording_id": null,
    "artist": "Quincy Jones, Little Richard",
    "artist_ids": [],
    "album": "$ (Music From the Original Motion Picture Sound Track)",
    "release_id": null,
    "release_group_id": "a227c354-705e-31ab-8da9-4fc9962c0d09",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1972-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the Dollars soundtrack—featured in the 1971 movie of the same name—”Money Is” was written by Quincy Jones and performed by Little Richard. The movie, which featured actors Warren Beatty and Goldie Hawn, also included music from other artists like Roberta Flack. The soundtrack, released in 1972, included the single “Money Runner” and “Money Is,” sung by Richard, was the B-side.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}