Information about plays

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

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

{
    "id": 3629441,
    "uri": "https://api.kexp.org/v2/plays/3629441/?format=api",
    "airdate": "2026-03-15T19:18:02-07:00",
    "show": 66191,
    "show_uri": "https://api.kexp.org/v2/shows/66191/?format=api",
    "image_uri": "https://coverartarchive.org/release/c23430ac-c4e3-4476-b583-45ce0ea1e664/29478612309-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c23430ac-c4e3-4476-b583-45ce0ea1e664/29478612309-250.jpg",
    "song": "Flirt",
    "track_id": null,
    "recording_id": "b4a06f58-89ea-42a6-82bd-dbf8de6f005e",
    "artist": "Cameo",
    "artist_ids": [
        "ef4d808a-2113-44c3-9b44-1b31f026ef1e"
    ],
    "album": "Alligator Woman",
    "release_id": null,
    "release_group_id": "146b05fc-efbb-3f49-a0d7-543672b0acd1",
    "labels": [
        "Casablanca Records"
    ],
    "label_ids": [
        "98f93684-2a6f-4d40-ac6a-41fd0cc8ecc8"
    ],
    "release_date": "1982-03-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cameo released \"Flirt\" on their 1982 album Alligator Woman, the group's eighth studio album, and the first released after group leader Larry Blackmon reduced the band from 11 members to 5: himself, Tomi Jenkins, Nathan Leftenant, Charlie Singleton, and Gregory Johnson.\n\nCameo was originally called New York City Players in response to The Ohio Players, but then changed their name.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}