Information about plays

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

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

{
    "id": 3549182,
    "uri": "https://api.kexp.org/v2/plays/3549182/?format=api",
    "airdate": "2025-09-05T10:05:13-07:00",
    "show": 64480,
    "show_uri": "https://api.kexp.org/v2/shows/64480/?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://ia601401.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": "Were you lucky enough to see Neil Young and the Chrome Hearts play at Chateau Ste Michelle last night?\n\nYoung's northwest tour continues:\n\n-Saturday, September 6th and Monday, September 8th in Burnaby, BC at Deer Lake Park \n\n-Wednesday, September 10th in Bend, OR at Hayden Homes Amphitheater",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}