Information about plays

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

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

{
    "id": 3563092,
    "uri": "https://api.kexp.org/v2/plays/3563092/?format=api",
    "airdate": "2025-10-09T16:05:37-07:00",
    "show": 64788,
    "show_uri": "https://api.kexp.org/v2/shows/64788/?format=api",
    "image_uri": "https://coverartarchive.org/release/95723f6f-f2e3-4a94-9ede-5d2f69932a8a/25980652618-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/95723f6f-f2e3-4a94-9ede-5d2f69932a8a/25980652618-250.jpg",
    "song": "Don’t Let It Bring You Down",
    "track_id": null,
    "recording_id": "10bef80a-d669-4fc1-9080-7bd290552686",
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "After the Gold Rush",
    "release_id": null,
    "release_group_id": "b6a3952b-9977-351c-a80a-73e023143858",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1970-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#153 as we continue the countdown of favorite albums...\n\nOn September 19th, 1970, Neil Young’s third solo album, After The Gold Rush, was released and it was a huge success. Young was inspired by a movie script by Dean Stockwell and Herb Bermann, called After The Gold Rush.\nhttps://en.apoplife.nl/neil-youngs-first-masterpiece-after-the-gold-rush/\n--\nRecorded in Neil’s home studio in Topanga, on March 17, 1970, “Don’t Let it Bring You Down” gets a big sound out of stripped-down instrumentation: Ralph Molina on drums, Greg Reeves on bass, Nils Lofgren on piano & Neil on acoustic guitar.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}