Information about plays

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

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

{
    "id": 3635317,
    "uri": "https://api.kexp.org/v2/plays/3635317/?format=api",
    "airdate": "2026-03-29T20:54:17-07:00",
    "show": 66314,
    "show_uri": "https://api.kexp.org/v2/shows/66314/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Looking For The Real Thing",
    "track_id": null,
    "recording_id": "6b240ab3-fab0-40ea-a2f7-a0abfa8c35ec",
    "artist": "Shirley Brown",
    "artist_ids": [
        "61f1ebb5-b16c-4386-93d2-b48bfc651a8e"
    ],
    "album": "Intimate Storm",
    "release_id": null,
    "release_group_id": "4c1ae878-35fc-4847-8626-4f1c466012bc",
    "labels": [
        "Soundtown Records"
    ],
    "label_ids": [],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shirley Brown released \"Looking For The Real Thing\" on her 1984 album Intimate Storm.\n\nSigned at Stax Records during the mid-1970s, Shirley Brown had her biggest hit in 1974 with \"Woman To Woman\" (a country hit in 1978, covered by Barbara Mandrell). Since then, she has recorded for several labels, like Fantasy WMOT Records, Arista, Soundtown before settling at Malaco Records in 1989.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}