Information about plays

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

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

{
    "id": 3594556,
    "uri": "https://api.kexp.org/v2/plays/3594556/?format=api",
    "airdate": "2025-12-22T17:39:09-08:00",
    "show": 65450,
    "show_uri": "https://api.kexp.org/v2/shows/65450/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Upstairs by a Chinese Lamp",
    "track_id": null,
    "recording_id": "a2ca0cc2-0e44-4abb-92db-261b5b92e0cd",
    "artist": "Laura Nyro",
    "artist_ids": [
        "bb0a1e95-9444-4a05-a1bb-22b8d7ed7844"
    ],
    "album": "Season of Lights… Laura Nyro in Concert",
    "release_id": null,
    "release_group_id": "f42d42e5-6dd1-3b9c-a141-2a744639ec5d",
    "labels": [
        "Sony Records"
    ],
    "label_ids": [
        "dee62e1a-cfd1-466f-b578-846a0fdf435a"
    ],
    "release_date": "1977-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}