Information about plays

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

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

{
    "id": 3616837,
    "uri": "https://api.kexp.org/v2/plays/3616837/?format=api",
    "airdate": "2026-02-13T04:32:21-08:00",
    "show": 65918,
    "show_uri": "https://api.kexp.org/v2/shows/65918/?format=api",
    "image_uri": "https://coverartarchive.org/release/920af7b1-3a8b-4129-a881-7c9c6877b0ef/5880914168-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/920af7b1-3a8b-4129-a881-7c9c6877b0ef/5880914168-250.jpg",
    "song": "Ain’t No Half‐Steppin’",
    "track_id": null,
    "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": null,
    "release_group_id": "1290169e-b938-3b21-83e4-ec7dc2c0f70a",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1988-06-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From 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"
}