Information about plays

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

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

{
    "id": 3636607,
    "uri": "https://api.kexp.org/v2/plays/3636607/?format=api",
    "airdate": "2026-04-01T21:51:39-07:00",
    "show": 66340,
    "show_uri": "https://api.kexp.org/v2/shows/66340/?format=api",
    "image_uri": "https://coverartarchive.org/release/c2b2c46e-509e-4e6b-9ad4-2351670a8c11/43925534288-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c2b2c46e-509e-4e6b-9ad4-2351670a8c11/43925534288-250.jpg",
    "song": "Watering Plants",
    "track_id": null,
    "recording_id": "c2ac1b2b-759d-42cf-94f1-0228c3ef8880",
    "artist": "Omni Gardens",
    "artist_ids": [
        "a4189012-16ff-4788-95e8-c0a69a4a7532"
    ],
    "album": "Moss King",
    "release_id": null,
    "release_group_id": "94ecf840-fc42-4c1f-bbaf-025a5520358d",
    "labels": [
        "Moon Glyph"
    ],
    "label_ids": [
        "0b91f6a8-dc72-4054-9797-8c247c75d6f4"
    ],
    "release_date": "2020-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The tracks bounce between minimalist twinkling synth plucks, ocean-backed synth pads and ambient pop forms. Playful, serene and healing sounds for watching your plants grow.\" \n\nhttps://omnigardens.bandcamp.com/album/moss-king-2\nhttps://moonglyph.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}