Information about plays

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

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

{
    "id": 3656133,
    "uri": "https://api.kexp.org/v2/plays/3656133/?format=api",
    "airdate": "2026-05-17T20:55:43-07:00",
    "show": 66744,
    "show_uri": "https://api.kexp.org/v2/shows/66744/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Was Born to Love You, Part One",
    "track_id": null,
    "recording_id": "ac78144e-168e-4c35-980c-50401225160b",
    "artist": "Timeless Legend",
    "artist_ids": [
        "a37005bf-fb9f-4631-878c-ff4c53dca744"
    ],
    "album": "Synchronized",
    "release_id": null,
    "release_group_id": "b4fa2b04-4e1f-4017-a3e5-2020f1f2c219",
    "labels": [],
    "label_ids": [],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Timeless Legend are Jackie Hogg, Allen B. Burney, Donald Harmon, and Michael Harmon from Columbus, Ohio. https://jazzrocksoul.com/artists/timeless-legend/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}