Information about plays

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

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

{
    "id": 3673981,
    "uri": "https://api.kexp.org/v2/plays/3673981/?format=api",
    "airdate": "2026-06-29T10:40:20-07:00",
    "show": 67119,
    "show_uri": "https://api.kexp.org/v2/shows/67119/?format=api",
    "image_uri": "https://dn710801.ca.archive.org/0/items/mbid-92c11765-c494-3822-b3ef-8c72076005e0/mbid-92c11765-c494-3822-b3ef-8c72076005e0-22286516807_thumb500.jpg",
    "thumbnail_uri": "https://dn710801.ca.archive.org/0/items/mbid-92c11765-c494-3822-b3ef-8c72076005e0/mbid-92c11765-c494-3822-b3ef-8c72076005e0-22286516807_thumb250.jpg",
    "song": "Everybody Knows This Is Nowhere",
    "track_id": "5d282631-b59e-38ee-b642-113986ff9385",
    "recording_id": "394e60a2-8cf0-4a46-86f0-bda59abb3f02",
    "artist": "Neil Young with Crazy Horse",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf",
        "71f754c0-f2d1-4a54-8d70-cc0ee409ca00"
    ],
    "album": "Everybody Knows This Is Nowhere",
    "release_id": "92c11765-c494-3822-b3ef-8c72076005e0",
    "release_group_id": "f61603ab-ef6b-386b-a5e0-aaefc00543f1",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2009-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song's lead vocal track wasn't originally meant to be released: it was a scratch vocal sung through a low-quality talkback microphone on a mixing board. Young liked the way the sound contrasted with the rest of the songs on the album and decided to use it in the final product.\n\nAt 2 minutes and 26 seconds long, this is the shortest track on Everybody Knows This is Nowhere.\n\nhttps://neilyoungarchives.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}