Information about plays

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

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

{
    "id": 3554596,
    "uri": "https://api.kexp.org/v2/plays/3554596/?format=api",
    "airdate": "2025-09-18T12:36:18-07:00",
    "show": 64594,
    "show_uri": "https://api.kexp.org/v2/shows/64594/?format=api",
    "image_uri": "https://ia801401.us.archive.org/3/items/mbid-92c11765-c494-3822-b3ef-8c72076005e0/mbid-92c11765-c494-3822-b3ef-8c72076005e0-22286516807_thumb500.jpg",
    "thumbnail_uri": "https://ia801401.us.archive.org/3/items/mbid-92c11765-c494-3822-b3ef-8c72076005e0/mbid-92c11765-c494-3822-b3ef-8c72076005e0-22286516807_thumb250.jpg",
    "song": "Cowgirl in the Sand",
    "track_id": "42bf4185-6da7-37d9-adce-ae05d14870d2",
    "recording_id": "c3908cd5-7333-42a8-b9a6-868f5b4c8fb5",
    "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": "In the book \"Shakey,\" Neil Young said, \"The words to 'Cowgirl In The Sand' are very important because you can free-associate with them. Some words won't let you do that, so you're locked into the specific f--kin' thing the guy's singin' about. This way it could be anything.\"\n--\nHere's Neil performing \"Cowgirl in the Sand\" at the 2000 Farm Aid concert in Bristow, Virginia: https://youtu.be/cUpL2qamAZE\n\nhttps://neilyoungarchives.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}