Information about plays

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

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

{
    "id": 3548506,
    "uri": "https://api.kexp.org/v2/plays/3548506/?format=api",
    "airdate": "2025-09-03T16:27:40-07:00",
    "show": 64465,
    "show_uri": "https://api.kexp.org/v2/shows/64465/?format=api",
    "image_uri": "https://ia601401.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": "Down by the River",
    "track_id": "ccae93ba-11aa-381a-aa59-2888e26aa2d2",
    "recording_id": "010a2b3b-6ba0-4951-bf79-13c7f69e3074",
    "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": "Neil Young is on tour!\n- Tomorrow, September 4th, @ Chateau Ste Michelle Winery in Woodinville\n- September 10th @ Bend, OR's Hayden Homes Amphitheatre\n\nMore dates & locales here: https://www.livenation.com/artist/K8vZ91712r0/neil-young-events",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}