Information about plays

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

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

{
    "id": 3589365,
    "uri": "https://api.kexp.org/v2/plays/3589365/?format=api",
    "airdate": "2025-12-10T14:08:41-08:00",
    "show": 65340,
    "show_uri": "https://api.kexp.org/v2/shows/65340/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mary of Silence",
    "track_id": "b33d9457-3424-3fa8-953f-479a06fb1d67",
    "recording_id": "8ae6da7e-9e85-4bfa-9416-5e1a4bf57750",
    "artist": "Mazzy Star",
    "artist_ids": [
        "c48d4327-8122-4286-af66-05e1ee6ac4d8"
    ],
    "album": "So Tonight That I Might See",
    "release_id": "d9fa44a6-c79b-4b70-806b-af5eb748e8f8",
    "release_group_id": "2863caa0-14e9-3016-83e4-4f0cdab55f4f",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1993-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by Hope Sandoval and David Roback in 1993, this song was covered by JEFF the Brotherhood in 2105. \n--\nA number of critics have noticed the similarities to The Doors' \"The End.\"  Here are the lyrics: https://genius.com/Mazzy-star-mary-of-silence-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}