Information about plays

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

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

{
    "id": 3595274,
    "uri": "https://api.kexp.org/v2/plays/3595274/?format=api",
    "airdate": "2025-12-24T08:14:09-08:00",
    "show": 65463,
    "show_uri": "https://api.kexp.org/v2/shows/65463/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "White Christmas",
    "track_id": null,
    "recording_id": "2a49e85e-4027-4a74-bbae-9e6c4c166d08",
    "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": [
        "Real Gone Music, L.L.C."
    ],
    "label_ids": [
        "03711ab4-4aac-4ee0-8dbb-573e02d45274"
    ],
    "release_date": "1965-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Straight outta Tacoma! The most popular and influential rock instrumental combo of their day, the Ventures pioneered a sound that anticipated surf music with their emphasis on clean guitar twang and a precise rhythm section that added a punchy kick to their melodies. https://tinyurl.com/yeymr97r",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}