Information about plays

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

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

{
    "id": 3641246,
    "uri": "https://api.kexp.org/v2/plays/3641246/?format=api",
    "airdate": "2026-04-12T16:01:10-07:00",
    "show": 66435,
    "show_uri": "https://api.kexp.org/v2/shows/66435/?format=api",
    "image_uri": "https://coverartarchive.org/release/f1f8919f-0978-4530-b254-de52306cb47c/25416602779-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f1f8919f-0978-4530-b254-de52306cb47c/25416602779-250.jpg",
    "song": "What’s the Matter With Me?",
    "track_id": null,
    "recording_id": "258463b8-a5ed-45d1-b35c-2d0283c37143",
    "artist": "Benny Goodman & Helen Forrest",
    "artist_ids": [
        "b09ae88f-4156-4caa-b129-1cacb5e1632e",
        "9a54404a-3d64-435c-a594-1ce7b5520903"
    ],
    "album": "The Real... Benny Goodman",
    "release_id": null,
    "release_group_id": "fcd20e97-1725-409b-89e1-f9d9d52982d1",
    "labels": [],
    "label_ids": [],
    "release_date": "2012-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Helen Forrest was born on this day in 1917!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}