Information about plays

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

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

{
    "id": 3594507,
    "uri": "https://api.kexp.org/v2/plays/3594507/?format=api",
    "airdate": "2025-12-22T14:41:55-08:00",
    "show": 65449,
    "show_uri": "https://api.kexp.org/v2/shows/65449/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Scrooge",
    "track_id": null,
    "recording_id": "8bb93e60-1227-4b9e-910b-4d008fb05d0d",
    "artist": "The Ventures",
    "artist_ids": [
        "b2cc8903-0077-4bef-8454-ac5cef53d126"
    ],
    "album": "The Ventures’ Christmas Album",
    "release_id": null,
    "release_group_id": "acb7715b-ef68-3398-9e9f-ad65148df7d8",
    "labels": [
        "Razor & Tie"
    ],
    "label_ids": [
        "4b54d76e-7bf0-4988-9a17-1d9e212bb5e4"
    ],
    "release_date": "1965-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"As rock's biggest-selling and most influential instrumental combo, the Ventures are one of America's most iconic bands. Long before anyone had heard of the Beatles, the Ventures influenced kids around the world to invest in electric guitars.\" https://elusivedisc.com/the-ventures-the-ventures-christmas-album-lp-holiday-colored-vinyl/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}