Information about plays

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

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

{
    "id": 3627676,
    "uri": "https://api.kexp.org/v2/plays/3627676/?format=api",
    "airdate": "2026-03-11T06:09:19-07:00",
    "show": 66150,
    "show_uri": "https://api.kexp.org/v2/shows/66150/?format=api",
    "image_uri": "https://dn710206.ca.archive.org/0/items/mbid-dfcc3af7-2624-433d-a875-55f7beb31e20/mbid-dfcc3af7-2624-433d-a875-55f7beb31e20-2949021709_thumb500.jpg",
    "thumbnail_uri": "https://dn710206.ca.archive.org/0/items/mbid-dfcc3af7-2624-433d-a875-55f7beb31e20/mbid-dfcc3af7-2624-433d-a875-55f7beb31e20-2949021709_thumb250.jpg",
    "song": "A Roller Skating Jam Named “Saturdays” (Radio Home mix)",
    "track_id": "130bf964-a791-3bf6-b68a-57c3e0e615b1",
    "recording_id": "9c715b58-468b-48b5-872b-ec0da5830bb3",
    "artist": "De La Soul",
    "artist_ids": [
        "a8ebde98-7e91-46c7-992c-90039ba42017"
    ],
    "album": "A Roller Skating Jam Named “Saturdays”",
    "release_id": "dfcc3af7-2624-433d-a875-55f7beb31e20",
    "release_group_id": "fff47feb-b24b-35ce-83d4-008d4b0a8573",
    "labels": [
        "Tommy Boy Music"
    ],
    "label_ids": [
        "25782561-07e5-453b-b2e9-6a7c39f86a3e"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "De La Soul sampled multiple songs including \n-\"Saturday in the Park\" by Chicago\n-\"I Got My Mind Made Up (You Can Get It)\" by Instant Funk\n-\"Good Times\" by Chic\n-\"Grease\" by Frankie Valli\nand MORE! \nhttps://www.whosampled.com/De-La-Soul/A-Roller-Skating-Jam-Named-Saturdays/samples/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}