Information about plays

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

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

{
    "id": 3598067,
    "uri": "https://api.kexp.org/v2/plays/3598067/?format=api",
    "airdate": "2025-12-30T16:09:52-08:00",
    "show": 65518,
    "show_uri": "https://api.kexp.org/v2/shows/65518/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Safe From Harm",
    "track_id": "6b45389c-8b13-3ace-af6f-faf026bab54a",
    "recording_id": "823de184-19a6-4420-80b4-265afa81999c",
    "artist": "Massive Attack",
    "artist_ids": [
        "10adbe5e-a2c0-4bf3-8249-2b4cbf6e6ca8"
    ],
    "album": "Blue Lines",
    "release_id": "96315bf8-39c0-4d70-9c00-eb142577dcfb",
    "release_group_id": "8b6f133a-2fdf-3cc2-b84d-1c889adc0939",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1991-08-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Massive Attack really sampled Billy Cobham's \"Stratus,\" sampling the drumming, the bass line, and even the guitar. (They also sampled the drums from \"Good Old Music\" by Funkadelic.)\n--\nQ: How did you feel when you heard that “Stratus” (from “Spectrum”) has been sampled by Massive Attack in the song “Safe from Harm”?\n\nBilly Cobham: Ah, fine! Because I knew that I control my masters. So, they had to come to me and ask for my permission. So, everything was fine for everybody.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}