Information about plays

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

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

{
    "id": 3603011,
    "uri": "https://api.kexp.org/v2/plays/3603011/?format=api",
    "airdate": "2026-01-11T09:29:51-08:00",
    "show": 65622,
    "show_uri": "https://api.kexp.org/v2/shows/65622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Four Women",
    "track_id": null,
    "recording_id": "3048a1db-b652-45c7-baa8-b0c04f64bae6",
    "artist": "Don Covay & The Jefferson Lemon Blues Band",
    "artist_ids": [],
    "album": "The House of Blue Lights",
    "release_id": null,
    "release_group_id": "c3c1851d-6eb3-308a-aa91-a96085e0e6d7",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The South Carolina musician bounced around labels and publishing houses, with a stint in the Brill building in NYC and at Stax Records in Memphis, TN.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}