Information about plays

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

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

{
    "id": 3553908,
    "uri": "https://api.kexp.org/v2/plays/3553908/?format=api",
    "airdate": "2025-09-16T21:18:59-07:00",
    "show": 64581,
    "show_uri": "https://api.kexp.org/v2/shows/64581/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jah Is The Light (Roots Steppers Dub)",
    "track_id": null,
    "recording_id": null,
    "artist": "Subatomic Soundsystem, Screechy Dan",
    "artist_ids": [
        "709c1649-4730-480a-ba60-fdc804da8d68",
        "6dfb8c6e-228f-4af6-9d80-834588adf3db"
    ],
    "album": "Jah Is The Light",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Subatomic Sound"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "this project holds NYC based dub, reggae, bass music, and dancehall.\n\nThe track \"Jah Is The Light\" has provided thrills for audiences for over a decade with its meditative horn intro, high energy drops, and Jah Shaka style sirens woven into the composition. Heavy bass and 808 drums with live instrumentation  rooted in the long, deep history of Nyabinghi drumming, Jamaican 1970s reggae riddims and Ethiopian jazz melodies. The other songs on the release explore similar elements to varying degrees.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}