Information about plays

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

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

{
    "id": 3640199,
    "uri": "https://api.kexp.org/v2/plays/3640199/?format=api",
    "airdate": "2026-04-10T07:10:33-07:00",
    "show": 66414,
    "show_uri": "https://api.kexp.org/v2/shows/66414/?format=api",
    "image_uri": "https://dn710300.ca.archive.org/0/items/mbid-223bf173-fd45-4564-b3e3-c61ca237934d/mbid-223bf173-fd45-4564-b3e3-c61ca237934d-12026086065_thumb500.jpg",
    "thumbnail_uri": "https://ia601202.us.archive.org/1/items/mbid-223bf173-fd45-4564-b3e3-c61ca237934d/mbid-223bf173-fd45-4564-b3e3-c61ca237934d-12026086065_thumb250.jpg",
    "song": "Angry World",
    "track_id": "8d5dc66b-9f8b-38b7-8554-3216e5b892a5",
    "recording_id": "76c020d5-0c96-45c2-948b-ce9859832f2b",
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "Le Noise",
    "release_id": "223bf173-fd45-4564-b3e3-c61ca237934d",
    "release_group_id": "5e99955a-e88c-45a7-9875-cac4561cc6fc",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2010-09-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that Neil Young received his first Grammy win with this song in 2011?\n--\nIt was recorded at producer Daniel Lanois' home in Silver Lake, Los Angeles, and features Young by himself, singing and playing a fuzzed-out Gretsch guitar.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}