Information about plays

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

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

{
    "id": 3631274,
    "uri": "https://api.kexp.org/v2/plays/3631274/?format=api",
    "airdate": "2026-03-20T01:31:13-07:00",
    "show": 66227,
    "show_uri": "https://api.kexp.org/v2/shows/66227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When the City Sleeps",
    "track_id": null,
    "recording_id": null,
    "artist": "James Fauntleroy, Alex Isley",
    "artist_ids": [
        "4e481ad9-aa5d-4a1a-b2fc-444c0ad48b7e",
        "eb5a67bd-4cba-4ee9-88dc-5b8ce1394347"
    ],
    "album": "When the City Sleeps",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Free Lunch Records/Warner Records"
    ],
    "label_ids": [],
    "release_date": "2026-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Daughter of Eric Isley of The Isley Brothers, Alexandra \"Alex\" Isley just released her latest album, When the City Sleeps, and has announced a tour.\n\nAlex Isley hits San Francisco at The Fillmore on June 18:\nhttps://www.ticketmaster.com/alex-isley-when-the-city-sleeps-san-francisco-18-06-2026/event/1C00646D8522795E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}