Information about plays

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

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

{
    "id": 3636600,
    "uri": "https://api.kexp.org/v2/plays/3636600/?format=api",
    "airdate": "2026-04-01T21:31:15-07:00",
    "show": 66340,
    "show_uri": "https://api.kexp.org/v2/shows/66340/?format=api",
    "image_uri": "https://coverartarchive.org/release/9504e9c6-c2d1-45f1-9ba9-433bc4456ed0/29755166997-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9504e9c6-c2d1-45f1-9ba9-433bc4456ed0/29755166997-250.jpg",
    "song": "Hyacinth",
    "track_id": null,
    "recording_id": "469f0f90-9998-4873-8238-00d686d89c33",
    "artist": "Sven Wunder",
    "artist_ids": [
        "b035c36e-1bb5-404b-97df-e8b72e54d215"
    ],
    "album": "Eastern Flowers (Doğu Çiçekleri)",
    "release_id": null,
    "release_group_id": "5f3dbbcd-e9df-48b2-bd7f-f12d74e86b02",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2020-04-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\" Wunder takes the listener somewhere around the easternmost part of the Mediterranean Sea, around the Levantine Sea, where he paints a colourful portrait and illustrates the regions flora through sound\" \n\nhttps://svenwunder.bandcamp.com/album/eastern-flowers",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}