Information about plays

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

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

{
    "id": 3594929,
    "uri": "https://api.kexp.org/v2/plays/3594929/?format=api",
    "airdate": "2025-12-23T14:34:04-08:00",
    "show": 65457,
    "show_uri": "https://api.kexp.org/v2/shows/65457/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Father Christmas",
    "track_id": null,
    "recording_id": "8cbddf4b-8d31-4e54-8402-dbeebb24a0aa",
    "artist": "The Kinks",
    "artist_ids": [
        "17b53d9f-5c63-4a09-a593-dde4608e0db9"
    ],
    "album": "Father Christmas / (Wish I Could Fly Like) Superman / Lola (live)",
    "release_id": null,
    "release_group_id": "1260e015-0c2d-36f5-8b4c-e6a22cc24a0c",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1989-01-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Requested by Mike in Seattle, Artemis from Tacoma, and every Gen Xer Ever. :)\n\nDave Davies said of the song: “I love the humour of it, and the aggression and bitterness. I could see the faces of my parents when Christmas came around. They had to struggle to make ends meet. We kind of got what we needed, but there was something fake about the holiday.” https://tinyurl.com/wmh5zjdu",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}