Information about plays

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

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

{
    "id": 3637326,
    "uri": "https://api.kexp.org/v2/plays/3637326/?format=api",
    "airdate": "2026-04-03T15:37:48-07:00",
    "show": 66354,
    "show_uri": "https://api.kexp.org/v2/shows/66354/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tulip",
    "track_id": null,
    "recording_id": "ed88f32c-af5e-401d-a6f9-ae59c16949da",
    "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": "Sven Wunder is an artist and composer based in Stockholm. In this album 'Eastern Flowers (Doğu Çiçekleri)' Wunder takes the listener somewhere around the easternmost part of the Mediterranean Sea, around the Levantine Sea, where he paints a colorful portrait and illustrates the regions flora through sound.\nListen to more from the debut album here:\nhttps://svenwunder.bandcamp.com/album/eastern-flowers",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}