Information about plays

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

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

{
    "id": 3618243,
    "uri": "https://api.kexp.org/v2/plays/3618243/?format=api",
    "airdate": "2026-02-16T09:42:56-08:00",
    "show": 65949,
    "show_uri": "https://api.kexp.org/v2/shows/65949/?format=api",
    "image_uri": "https://ia800501.us.archive.org/20/items/mbid-fe724dcc-bf28-41c7-8450-e659e916e6f9/mbid-fe724dcc-bf28-41c7-8450-e659e916e6f9-14722958852_thumb500.jpg",
    "thumbnail_uri": "https://ia800501.us.archive.org/20/items/mbid-fe724dcc-bf28-41c7-8450-e659e916e6f9/mbid-fe724dcc-bf28-41c7-8450-e659e916e6f9-14722958852_thumb250.jpg",
    "song": "My Sweet Lord",
    "track_id": "2099c0ec-327d-4530-9628-9d98c1e0744e",
    "recording_id": "dde365d2-31d4-4605-ae61-ebb6b4bf39e3",
    "artist": "George Harrison",
    "artist_ids": [
        "42a8f507-8412-4611-854f-926571049fa0"
    ],
    "album": "All Things Must Pass",
    "release_id": "fe724dcc-bf28-41c7-8450-e659e916e6f9",
    "release_group_id": "d4b0f3e2-e3eb-3531-b305-ed8105cb5be4",
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "2014-09-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track, along with \"Isn’t It A Pity,\" was George Harrison's first single as a solo artist. The song went to # 1 in the US and UK. Harrison was sued for plagiarizing a similar tune to The Chiffons' \"He’s So Fine.\" He was eventually found guilty of \"subconscious plagiarism.\" \n--\nHarrison directly cited \"Oh Happy Day\" by the Edwin Hawkins Singers as a major catalyst for the song's feel and structure.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}