Information about plays

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

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

{
    "id": 3561302,
    "uri": "https://api.kexp.org/v2/plays/3561302/?format=api",
    "airdate": "2025-10-04T18:40:29-07:00",
    "show": 64746,
    "show_uri": "https://api.kexp.org/v2/shows/64746/?format=api",
    "image_uri": "https://ia800701.us.archive.org/19/items/mbid-75d45273-d70d-43c5-b24f-d92531b083f5/mbid-75d45273-d70d-43c5-b24f-d92531b083f5-35776724512_thumb500.jpg",
    "thumbnail_uri": "https://dn710009.ca.archive.org/0/items/mbid-75d45273-d70d-43c5-b24f-d92531b083f5/mbid-75d45273-d70d-43c5-b24f-d92531b083f5-35776724512_thumb250.jpg",
    "song": "Portland Say It Again",
    "track_id": "ead059f1-8ffd-423e-aa1f-82ff53ad69b5",
    "recording_id": "539dd6c2-e156-42b9-a6aa-bdbaa8cd5dd0",
    "artist": "Five Fingers of Funk",
    "artist_ids": [
        "48991947-18af-4327-9e4c-c8e8e7c113c3"
    ],
    "album": "Portland Say It Again",
    "release_id": "75d45273-d70d-43c5-b24f-d92531b083f5",
    "release_group_id": "51a712b8-2ac5-4f3a-94b1-dcae4e994dc1",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2023-05-05",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Five Fingers Of Funk is a ten-piece live Hip Hop band from Portland OR. Founded in 1992, the Fingers destroyed stages (in some cases literally) from Portland ME to Portland, OR. The band was fronted by rapper Pete Miser and DJ Chillest Illest and featured a three-piece horn section.  \n\nhttps://fivefingersoffunk.bandcamp.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}