Information about plays

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

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

{
    "id": 3604607,
    "uri": "https://api.kexp.org/v2/plays/3604607/?format=api",
    "airdate": "2026-01-15T08:24:19-08:00",
    "show": 65656,
    "show_uri": "https://api.kexp.org/v2/shows/65656/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Waiting for the Flood",
    "track_id": null,
    "recording_id": "2f9596f3-4a73-4eb0-aeb6-fa20bc849e29",
    "artist": "Love and Rockets",
    "artist_ids": [
        "8cb3aa4a-3b4c-48b8-be0a-e57010fc1430"
    ],
    "album": "Earth · Sun · Moon",
    "release_id": null,
    "release_group_id": "7e71cdab-b756-30d1-85be-7f300eced481",
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1987-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chip writes:\nThis love and rockets album created a musical awakening in me. I heard it for the first time when a friend sister was playing it when it came out I would was not really I did not know about music. I liked music, but that awoke something in me, I have heard people describe the first time they heard the Beatles on the Ed Sullivan show. The world was black and white, and after hearing that the world became color that was what this album meant to me.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}