Information about plays

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

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

{
    "id": 3585472,
    "uri": "https://api.kexp.org/v2/plays/3585472/?format=api",
    "airdate": "2025-12-01T15:43:42-08:00",
    "show": 65263,
    "show_uri": "https://api.kexp.org/v2/shows/65263/?format=api",
    "image_uri": "https://ia600207.us.archive.org/25/items/mbid-920af7b1-3a8b-4129-a881-7c9c6877b0ef/mbid-920af7b1-3a8b-4129-a881-7c9c6877b0ef-5880914168_thumb500.jpg",
    "thumbnail_uri": "https://ia600207.us.archive.org/25/items/mbid-920af7b1-3a8b-4129-a881-7c9c6877b0ef/mbid-920af7b1-3a8b-4129-a881-7c9c6877b0ef-5880914168_thumb250.jpg",
    "song": "Ain’t No Half‐Steppin’",
    "track_id": "195cffd8-720c-382d-b045-b78c10038b27",
    "recording_id": "13f2dce2-fe33-4c56-b21d-303981591d0c",
    "artist": "Big Daddy Kane",
    "artist_ids": [
        "8e75d270-4d53-4a4a-bc14-e3ace37ebd4e"
    ],
    "album": "Long Live the Kane",
    "release_id": "920af7b1-3a8b-4129-a881-7c9c6877b0ef",
    "release_group_id": "1290169e-b938-3b21-83e4-ec7dc2c0f70a",
    "labels": [
        "Warner Bros. Records",
        "Cold Chillin’"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71",
        "85effcdf-76de-4f04-86d2-f8a842350df2"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Todd, turning 51 tomorrow, from his daughter Violet!\n\nFrom Big Daddy Kane's debut album! The song samples \"Ain't No Half Steppin\" by Heatwave, \"UFO\" by ESG and \"Blind Alley\" by The Emotions.\n__\nhttps://www.officialbigdaddykane.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}