Information about plays

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

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

{
    "id": 3546025,
    "uri": "https://api.kexp.org/v2/plays/3546025/?format=api",
    "airdate": "2025-08-28T21:25:16-07:00",
    "show": 64413,
    "show_uri": "https://api.kexp.org/v2/shows/64413/?format=api",
    "image_uri": "https://coverartarchive.org/release/16409d0b-a0f1-4d9a-8ca7-0f4f56e723ad/26978259555-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/16409d0b-a0f1-4d9a-8ca7-0f4f56e723ad/26978259555-250.jpg",
    "song": "Creek",
    "track_id": null,
    "recording_id": "33ce54f5-95fb-49c3-945a-82e4342b98a1",
    "artist": "吉村弘",
    "artist_ids": [
        "9a197894-1a40-4650-89a2-928dcfcd1ef6"
    ],
    "album": "Green",
    "release_id": null,
    "release_group_id": "85c1cd64-3c83-4b3d-b2c2-5888739a28cb",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "吉村弘 (Hiroshi Yoshimura) was a Japanese musician and composer. He is considered a pioneer of ambient music in Japan. His music lies mostly in the minimalist genre of kankyō ongaku, or environment music—soft electronic melodies infused with the sounds of nature: babbling brooks, steady rain, and morning birds.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}