Information about plays

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

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

{
    "id": 3592622,
    "uri": "https://api.kexp.org/v2/plays/3592622/?format=api",
    "airdate": "2025-12-18T08:58:45-08:00",
    "show": 65409,
    "show_uri": "https://api.kexp.org/v2/shows/65409/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New York Groove",
    "track_id": "abe6f219-7476-4905-970b-b352503ad3ef",
    "recording_id": "2fb8c627-4368-4b29-ba35-18bcc808e27a",
    "artist": "Ace Frehley",
    "artist_ids": [
        "33d700ce-064f-44f6-ab9e-60f9eed0fca1"
    ],
    "album": "Ace Frehley",
    "release_id": "43147e58-bda8-409c-98c0-26913f02b83d",
    "release_group_id": "30a17c90-6537-3cbb-8458-fe8e90933210",
    "labels": [
        "Casablanca Record and FilmWorks"
    ],
    "label_ids": [
        "68be9da2-16a7-4617-8444-b2b763683cf2"
    ],
    "release_date": "1978-09-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ace Frehely, a founding member of KISS, died on Nov. 10 at 74.\n\nFrehley was hospitalized weeks ago after falling in his studio. Frehley was with Kiss from 1973 to 1982, and wrote some of their biggest hits including “Cold Gin,” and “Shock Me.” He later returned for the band’s blockbuster reunion tour in 1996.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}