Information about plays

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

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

{
    "id": 3571674,
    "uri": "https://api.kexp.org/v2/plays/3571674/?format=api",
    "airdate": "2025-10-30T04:14:30-07:00",
    "show": 64970,
    "show_uri": "https://api.kexp.org/v2/shows/64970/?format=api",
    "image_uri": "https://coverartarchive.org/release/8fc6ad98-b37b-48b2-af99-b8cc1efcde39/6491906051-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8fc6ad98-b37b-48b2-af99-b8cc1efcde39/6491906051-250.jpg",
    "song": "Dinninit",
    "track_id": null,
    "recording_id": "1ecb88fb-2850-4178-9c0d-fb9dfa79601e",
    "artist": "De La Soul",
    "artist_ids": [
        "a8ebde98-7e91-46c7-992c-90039ba42017"
    ],
    "album": "Stakes Is High",
    "release_id": null,
    "release_group_id": "2a6020bf-93bf-384f-8378-af380159261d",
    "labels": [
        "Tommy Boy"
    ],
    "label_ids": [
        "dd13c200-c9c9-4671-85f8-2dbff1319e3f"
    ],
    "release_date": "1996-06-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This very positive song--about avoiding crime, celebrity women, staying healthy, etc.--sampled the Milt Jackson & Ray Brown's \"Enchanted Lady.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}