Information about plays

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

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

{
    "id": 3596165,
    "uri": "https://api.kexp.org/v2/plays/3596165/?format=api",
    "airdate": "2025-12-26T07:00:15-08:00",
    "show": 65477,
    "show_uri": "https://api.kexp.org/v2/shows/65477/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vandanaa Trayee",
    "track_id": "bb2e6ef8-0cd7-401a-a85c-93b89755aa9f",
    "recording_id": "d13fea62-728b-4254-9447-c39a0495d44f",
    "artist": "Ravi Shankar",
    "artist_ids": [
        "697f8b9f-0454-40f2-bba2-58f35668cdbe"
    ],
    "album": "Chants of India",
    "release_id": "62c20b08-90b6-4848-83d5-b96148b5115f",
    "release_group_id": "bc2a91c9-5a68-31ec-93b4-e5e5483445bc",
    "labels": [
        "Angel Records"
    ],
    "label_ids": [
        "d65671f6-53c0-4bbb-9415-ae07c8963254"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by George Harrison of The Beatles!\n\nAccording to Ravi Shankar himself, this album was \"...one of the most difficult challenges in my life, as a composer and arranger\". \n\nThis album also draws upon the sacred Sanskrit texts of the Vedas, Upanishads and other scriptures!\n\nhttps://harisongs.com/discography/ChantsOfIndia.php",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}