Information about plays

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

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

{
    "id": 3571848,
    "uri": "https://api.kexp.org/v2/plays/3571848/?format=api",
    "airdate": "2025-10-30T14:04:43-07:00",
    "show": 64976,
    "show_uri": "https://api.kexp.org/v2/shows/64976/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rampage / Outta Control (radio edit)",
    "track_id": null,
    "recording_id": "c7b8c882-bae9-407a-a4b7-782fba7fb9cb",
    "artist": "Raw Breed, Kool Keith, Godfather Don, Grandmaster Melle Mel",
    "artist_ids": [],
    "album": "Open Season",
    "release_id": null,
    "release_group_id": "cca76f97-4a05-42ea-9dbc-b3ea9ea80f7f",
    "labels": [
        "Nuff Nuff Music"
    ],
    "label_ids": [
        "3c871f14-ac5e-4516-82fd-0b305f58a7e1"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song sampled the vocals from \"Jimmy Crack Corn\" by Raw Breed and  \"Before I Let Go\" by Maze, featuring Frankie Beverly and the bass from Gene Russell's \"Get Down.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}