Information about plays

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

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

{
    "id": 3618241,
    "uri": "https://api.kexp.org/v2/plays/3618241/?format=api",
    "airdate": "2026-02-16T09:33:05-08:00",
    "show": 65949,
    "show_uri": "https://api.kexp.org/v2/shows/65949/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Atlantis",
    "track_id": "00da1ab6-f75f-3e04-a754-faaa0489702a",
    "recording_id": "1ba8ed47-c4f0-4cd5-94c1-37bbee7edc50",
    "artist": "Donovan",
    "artist_ids": [
        "72d7d717-0837-4f2a-9641-d0f9fdd3acf7"
    ],
    "album": "Barabajagal",
    "release_id": "e5a8d9a1-2395-4502-8c9b-ad9933c9ef6a",
    "release_group_id": "33f73b60-bd5d-33f8-8009-9a6f3eab4b87",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Arguably, we know more about space than the ocean! https://environment.co/explored-more-of-space-than-the-ocean/\n\nDonovan states in his 2005 autobiography The Hurdy Gurdy Man that the song was originally inspired by his reading the 1886 occult novel A Dweller on Two Planets, along with similar legends of early civilizations found in Irish legends of the Tuatha Dé Danann and the Vedas of ancient India.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}