Information about plays

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

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

{
    "id": 3573884,
    "uri": "https://api.kexp.org/v2/plays/3573884/?format=api",
    "airdate": "2025-11-04T11:05:29-08:00",
    "show": 65021,
    "show_uri": "https://api.kexp.org/v2/shows/65021/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cinnamon Girl",
    "track_id": "bf64769a-62ba-3dca-8a9e-62ba55ef225e",
    "recording_id": "86dc86ad-c82c-442b-b496-345fc3896ce7",
    "artist": "Neil Young & Crazy Horse",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf",
        "71f754c0-f2d1-4a54-8d70-cc0ee409ca00"
    ],
    "album": "Everybody Knows This Is Nowhere",
    "release_id": "2198fee7-dd6b-34d2-bf0f-5f0eda790699",
    "release_group_id": "f61603ab-ef6b-386b-a5e0-aaefc00543f1",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1987-08-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In the liner notes of his Decade compilation, Neil Young stated: \"Wrote this for a city girl on peeling pavement coming at me thru Phil Ochs eyes playing finger cymbals. It was hard to explain to my wife.\"\nThough Young would not identify his muse, the bit about finger cymbals is a reference to '60s folk singer Jean Ray, who performed with then-husband Jim Glover under the name Jim and Jean. Phil Ochs, a close friend of the couple, penned the title song to their second album, Changes.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}