Information about plays

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

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

{
    "id": 3607662,
    "uri": "https://api.kexp.org/v2/plays/3607662/?format=api",
    "airdate": "2026-01-22T13:52:02-08:00",
    "show": 65724,
    "show_uri": "https://api.kexp.org/v2/shows/65724/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ring My Bell",
    "track_id": null,
    "recording_id": "340ce848-7fa9-4e5d-8298-cc06af771f03",
    "artist": "Anita Ward",
    "artist_ids": [
        "5ffe7875-614f-4823-879b-1fd66574a36d"
    ],
    "album": "Ring My Bell",
    "release_id": null,
    "release_group_id": "b84d3bab-ddac-3fb2-9c5d-0772b631007b",
    "labels": [
        "T.K. Records"
    ],
    "label_ids": [
        "b112eabe-193b-4b68-9344-7c15bdc9fe16"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Multiple elements of this song were sampled by DJ Jazzy Jeff  & the Fresh Prince for 1991's \"Ring My Bell.\"\n--\nThe song was originally written for a then-12-year-old Stacy Lattisaw, with lyrics about kids talking on the telephone — the initial “bell” of reference. When Lattisaw jumped labels, the song stayed at Juana Records, and writer Frederick Knight offered it to Anita Ward with new “grown-up” lyrics.\" https://www.pbs.org/wgbh/americanexperience/features/songs-of-the-summer-1979/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}