Information about plays

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

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

{
    "id": 3544579,
    "uri": "https://api.kexp.org/v2/plays/3544579/?format=api",
    "airdate": "2025-08-25T09:21:49-07:00",
    "show": 64384,
    "show_uri": "https://api.kexp.org/v2/shows/64384/?format=api",
    "image_uri": "https://ia800601.us.archive.org/5/items/mbid-34388203-3bf0-45be-9af8-2115b584513f/mbid-34388203-3bf0-45be-9af8-2115b584513f-6846167733_thumb500.jpg",
    "thumbnail_uri": "https://ia800601.us.archive.org/5/items/mbid-34388203-3bf0-45be-9af8-2115b584513f/mbid-34388203-3bf0-45be-9af8-2115b584513f-6846167733_thumb250.jpg",
    "song": "It’s a Shame (My Sister)",
    "track_id": "bbfbc5bf-54b3-3be3-9036-1fbb8225cd5d",
    "recording_id": "471445a6-c23d-418e-80ce-57ee6a231fcb",
    "artist": "Monie Love feat. True Image",
    "artist_ids": [
        "76572f91-da49-4414-b473-06c26518de23",
        "00e8c9fb-546f-481e-b529-6ec23f3b3f72"
    ],
    "album": "Down to Earth",
    "release_id": "34388203-3bf0-45be-9af8-2115b584513f",
    "release_group_id": "dbe55554-d666-3a74-9cf6-d9744bbd04cb",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1990-10-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut album released in 1990 by the London rapper. This track samples \"It's a Shame\" by The Spinners, which was written for the band by Stevie Wonder.\n\nReleased in 1990, the spotlight year this week in celebration of 50 years of Hip-Hop! https://www.kexp.org/podcasts/50-years-of-hip-hop/2023/11/8/1990-sample-culture/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}