Information about plays

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

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

{
    "id": 3633963,
    "uri": "https://api.kexp.org/v2/plays/3633963/?format=api",
    "airdate": "2026-03-26T17:09:02-07:00",
    "show": 66286,
    "show_uri": "https://api.kexp.org/v2/shows/66286/?format=api",
    "image_uri": "https://dn711009.ca.archive.org/0/items/mbid-6532d2f0-cb7c-4ba6-ae9b-dfd07ab16267/mbid-6532d2f0-cb7c-4ba6-ae9b-dfd07ab16267-11542549403_thumb500.jpg",
    "thumbnail_uri": "https://dn711009.ca.archive.org/0/items/mbid-6532d2f0-cb7c-4ba6-ae9b-dfd07ab16267/mbid-6532d2f0-cb7c-4ba6-ae9b-dfd07ab16267-11542549403_thumb250.jpg",
    "song": "He Got Game",
    "track_id": "efaba53c-9d7e-3a3b-a53d-5478ea8fe550",
    "recording_id": "e995696f-51d2-4baf-aa31-c64098ba0748",
    "artist": "Public Enemy",
    "artist_ids": [
        "bf2e15d0-4b77-469e-bfb4-f8414415baca"
    ],
    "album": "He Got Game",
    "release_id": "6532d2f0-cb7c-4ba6-ae9b-dfd07ab16267",
    "release_group_id": "aeb11ab8-b795-337e-862a-ebea0d564565",
    "labels": [
        "Def Jam Music Group"
    ],
    "label_ids": [
        "e2ed0cac-6b4e-4d54-b211-79bcce7d65eb"
    ],
    "release_date": "1998-04-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Public Enemy intepolated the hook from Buffalo Springfield's \"For What It's Worth\" in this song. \n--\nThey not only sampled the original recording, but also brought songwriter Stephen Stills into the studio to play guitar and re-sing a chunk of Buffalo Springfield’s 1966 protest classic.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}