Information about plays

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

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

{
    "id": 3633704,
    "uri": "https://api.kexp.org/v2/plays/3633704/?format=api",
    "airdate": "2026-03-26T01:39:02-07:00",
    "show": 66281,
    "show_uri": "https://api.kexp.org/v2/shows/66281/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Why Was I Born",
    "track_id": null,
    "recording_id": "559a2932-9f6b-4f5f-ade2-f82a7057a188",
    "artist": "Sylvester",
    "artist_ids": [
        "4d3b710b-a5f0-4772-97db-f09e47fbc6d8"
    ],
    "album": "Lights Out: San Francisco (Voco Presents the Soul of the Bay Area)",
    "release_id": null,
    "release_group_id": "0acb771c-d86c-4051-830f-347340559e62",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of Sylvester's first professional recordings for the 1972 compilation Lights Out San Francisco (Voco Presents the Soul of the Bay Area).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}