Information about plays

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

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

{
    "id": 3571901,
    "uri": "https://api.kexp.org/v2/plays/3571901/?format=api",
    "airdate": "2025-10-30T17:03:20-07:00",
    "show": 64977,
    "show_uri": "https://api.kexp.org/v2/shows/64977/?format=api",
    "image_uri": "https://ia601209.us.archive.org/12/items/mbid-f68de874-e448-49f1-a5f5-09423a387f66/mbid-f68de874-e448-49f1-a5f5-09423a387f66-13019020684_thumb500.jpg",
    "thumbnail_uri": "https://ia601209.us.archive.org/12/items/mbid-f68de874-e448-49f1-a5f5-09423a387f66/mbid-f68de874-e448-49f1-a5f5-09423a387f66-13019020684_thumb250.jpg",
    "song": "Boris the Spider",
    "track_id": "d32dbd32-b403-3090-b450-93fe78d90119",
    "recording_id": "b5f80bc5-e579-4945-bac5-ec8850908273",
    "artist": "The Who",
    "artist_ids": [
        "9fdaa16b-a6c4-4831-b87c-bc9ca8ce7eaa"
    ],
    "album": "A Quick One",
    "release_id": "f68de874-e448-49f1-a5f5-09423a387f66",
    "release_group_id": "475af630-84df-3243-9888-c03c67d54d1a",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1995-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "John Entwistle wrote this song after drinking with Bill Wyman from the Rolling Stones. \n\nJimi Hendrix once told Pete Townshend that this was his favorite Who track.\n\nRead more in the Rolling Stone review of The Who's greatest songs: https://tinyurl.com/hhnzdc2v",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}