Information about plays

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

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

{
    "id": 3606930,
    "uri": "https://api.kexp.org/v2/plays/3606930/?format=api",
    "airdate": "2026-01-20T20:45:36-08:00",
    "show": 65710,
    "show_uri": "https://api.kexp.org/v2/shows/65710/?format=api",
    "image_uri": "https://coverartarchive.org/release/d052c917-2ed0-4d7c-bc86-4c751f5f642e/28449682112-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d052c917-2ed0-4d7c-bc86-4c751f5f642e/28449682112-250.jpg",
    "song": "Durga Doesn't Approve",
    "track_id": null,
    "recording_id": "dbfeda38-e45a-49a8-904a-badce4e6bc93",
    "artist": "Lapgan",
    "artist_ids": [
        "32b2a1ca-2411-4ab7-8613-fe4cf5336021"
    ],
    "album": "Duniya Kya Hai",
    "release_id": null,
    "release_group_id": "6c9a696c-4c68-41be-b667-32af5752ec52",
    "labels": [],
    "label_ids": [],
    "release_date": "2021-01-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From bandcamp: \"Duniya Kya Hai is a collection of beats composed almost exclusively with sounds from India and Pakistan. The title loosely translates to \"What is this World?\" in both Hindi & Urdu. This shared phrase resonates with the artist by questioning his sense of wonder and awe at the beauty of the world, and at other times the exasperation and callousness, endemic to human relations.\"\nhttps://lapgan.bandcamp.com/album/duniya-kya-hai",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}