Information about plays

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

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

{
    "id": 3586318,
    "uri": "https://api.kexp.org/v2/plays/3586318/?format=api",
    "airdate": "2025-12-03T14:19:52-08:00",
    "show": 65279,
    "show_uri": "https://api.kexp.org/v2/shows/65279/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Higher",
    "track_id": "eb6158f1-e7d9-47d2-bb91-92b77504261f",
    "recording_id": "ff9fefc6-d7af-4780-826b-a92f8c740778",
    "artist": "Lady Wray",
    "artist_ids": [
        "ae278e0f-abc8-4c2b-ac72-0a4175e7f36b"
    ],
    "album": "Cover Girl",
    "release_id": "d619ee1d-fc00-4439-bbeb-f299e18b6d18",
    "release_group_id": "8c121778-65cd-4475-b9a3-0c448eb2b524",
    "labels": [
        "Big Crown Records"
    ],
    "label_ids": [
        "d730a8be-1452-4c0d-9262-cf4f25f45120"
    ],
    "release_date": "2025-09-26",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See Nicole Wray (Lady Wray) performing live in our studio in 2022: This particular recording was on the album recorded at the University of California in Berkeley, during the Third Annual Berkeley Jazz Festival, in 1969. All arrangements were written by Simone, and it was produced by Jean-Luc Young.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}