Information about plays

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

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

{
    "id": 3553666,
    "uri": "https://api.kexp.org/v2/plays/3553666/?format=api",
    "airdate": "2025-09-16T06:45:26-07:00",
    "show": 64576,
    "show_uri": "https://api.kexp.org/v2/shows/64576/?format=api",
    "image_uri": "https://ia802904.us.archive.org/26/items/mbid-6c8a82d0-73c7-4eff-b84d-6c20a8f0a4dd/mbid-6c8a82d0-73c7-4eff-b84d-6c20a8f0a4dd-2987647368_thumb500.jpg",
    "thumbnail_uri": "https://ia902904.us.archive.org/26/items/mbid-6c8a82d0-73c7-4eff-b84d-6c20a8f0a4dd/mbid-6c8a82d0-73c7-4eff-b84d-6c20a8f0a4dd-2987647368_thumb250.jpg",
    "song": "The Crystal Ship",
    "track_id": "1c1750b5-c293-3f1a-9ba7-1654d40010d8",
    "recording_id": "03531d9f-2ded-4e8c-af6e-e82a2a943723",
    "artist": "The Doors",
    "artist_ids": [
        "9efff43b-3b29-4082-824e-bc82f646f93d"
    ],
    "album": "The Doors",
    "release_id": "6c8a82d0-73c7-4eff-b84d-6c20a8f0a4dd",
    "release_group_id": "8ebffd15-06c3-3b88-a761-ec18c5513287",
    "labels": [
        "Rhino",
        "Elektra"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4",
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2007-03-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Doors released \"The Crystal Ship\" on their 1967 self-titled debut album. It is a slow, atmospheric ballad known for its poetic and enigmatic lyrics, which have led to various interpretations. \n\nAccording to Doors drummer John Densmore, Jim Morrison wrote the song as a farewell to his first serious girlfriend, Mary Werbelow, after their breakup. However, the lyrics are deliberately vague, blending personal experience with literary allusions.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}