Information about plays

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

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

{
    "id": 3595892,
    "uri": "https://api.kexp.org/v2/plays/3595892/?format=api",
    "airdate": "2025-12-25T15:06:09-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's A Soulful Christmas",
    "track_id": null,
    "recording_id": null,
    "artist": "Michelle David & The Gospel Sessions",
    "artist_ids": [
        "d9c5ff18-083d-4183-b456-d3f14cafbbfd"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Excelsior"
    ],
    "label_ids": [],
    "release_date": "2020-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Gospel music has skillfully and completely been reinvented by Onno Smit, Paul Willemsen and singer Michelle David. They are going back to the origin and essence of the music, but with a new approach. Expect gospel wrapped in a blanket of Soul, Jazz and Afrobeat.\"\n\nhttps://www.michelledavidandthegospelsessions.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}