Information about plays

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

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

{
    "id": 3555740,
    "uri": "https://api.kexp.org/v2/plays/3555740/?format=api",
    "airdate": "2025-09-21T03:22:32-07:00",
    "show": 64620,
    "show_uri": "https://api.kexp.org/v2/shows/64620/?format=api",
    "image_uri": "https://ia801509.us.archive.org/26/items/mbid-0892f965-4ba7-300e-a0dc-88e036d2db75/mbid-0892f965-4ba7-300e-a0dc-88e036d2db75-6920010789_thumb500.jpg",
    "thumbnail_uri": "https://ia601509.us.archive.org/26/items/mbid-0892f965-4ba7-300e-a0dc-88e036d2db75/mbid-0892f965-4ba7-300e-a0dc-88e036d2db75-6920010789_thumb250.jpg",
    "song": "The Needle and the Damage Done",
    "track_id": "cf823405-f12f-35f1-9cbd-c1b8c3814c97",
    "recording_id": "bd045f9d-573c-4ff4-8091-9a26b387c25e",
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "Harvest",
    "release_id": "0892f965-4ba7-300e-a0dc-88e036d2db75",
    "release_group_id": "b25419cf-71bf-3a54-8cd4-2161c61056a0",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2009-07-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dad request! Hopefully it will be on the listener countdown for the Fall Drive.\n\nThis song was recorded live on this day at Neil Young's performance at UCLA's Royce Hall in 1971. It was released on Harvest a year later on Feb. 1st, 1972.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}