Information about plays

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

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

{
    "id": 3572109,
    "uri": "https://api.kexp.org/v2/plays/3572109/?format=api",
    "airdate": "2025-10-31T05:56:01-07:00",
    "show": 64981,
    "show_uri": "https://api.kexp.org/v2/shows/64981/?format=api",
    "image_uri": "https://ia801406.us.archive.org/9/items/mbid-a078e78e-a063-41cc-9740-07aa7f82b845/mbid-a078e78e-a063-41cc-9740-07aa7f82b845-23078494486_thumb500.jpg",
    "thumbnail_uri": "https://ia601406.us.archive.org/9/items/mbid-a078e78e-a063-41cc-9740-07aa7f82b845/mbid-a078e78e-a063-41cc-9740-07aa7f82b845-23078494486_thumb250.jpg",
    "song": "Season of the Witch",
    "track_id": "9e61cd42-6569-3dd0-b76a-30a0cdd4b9ab",
    "recording_id": "6023330f-96b9-43c7-bc8e-7cc4ca128110",
    "artist": "Donovan",
    "artist_ids": [
        "72d7d717-0837-4f2a-9641-d0f9fdd3acf7"
    ],
    "album": "Sunshine Superman",
    "release_id": "1e8417b0-6a00-3f7e-be06-f92a8c4dadb9",
    "release_group_id": "092eedd3-b8e2-33a6-8a9b-e9788e060886",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1990-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Satan doesn't do requests, but Garth wanted to hear this one. It's going to cost you, Garth.\n\nDonovan first released \"Season of the Witch\" in 1966 on his third album, \"Sunshine Superman\".\n\nhttps://donovan.ie/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}