Information about plays

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

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

{
    "id": 3607367,
    "uri": "https://api.kexp.org/v2/plays/3607367/?format=api",
    "airdate": "2026-01-21T21:23:02-08:00",
    "show": 65718,
    "show_uri": "https://api.kexp.org/v2/shows/65718/?format=api",
    "image_uri": "https://coverartarchive.org/release/87e8c8e8-b767-4bf3-b813-72ef39946ba5/16200107792-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/87e8c8e8-b767-4bf3-b813-72ef39946ba5/16200107792-250.jpg",
    "song": "Aquarius - The Lover of Life",
    "track_id": null,
    "recording_id": "83471dbf-9d70-4345-b1a7-253a3567d6d2",
    "artist": "The Zodiac",
    "artist_ids": [
        "3ac92d4a-5da0-4145-a953-142b2482b83b"
    ],
    "album": "Cosmic Sounds",
    "release_id": null,
    "release_group_id": "8940d9c4-0c37-3940-8e06-14f78e7447be",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1967-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aquarius season is the annual astrological period when the Sun moves through the zodiac sign Aquarius (roughly January 19 - February 18), bringing themes of innovation, rebellion, humanitarianism, and community; it's a time for breaking norms, embracing individuality, and focusing on collective progress, with the 2026 season particularly emphasizing social consciousness and challenging outdated systems.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}