Information about plays

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

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

{
    "id": 3553518,
    "uri": "https://api.kexp.org/v2/plays/3553518/?format=api",
    "airdate": "2025-09-15T22:22:04-07:00",
    "show": 64574,
    "show_uri": "https://api.kexp.org/v2/shows/64574/?format=api",
    "image_uri": "https://coverartarchive.org/release/de2d47ed-a201-463c-a9c9-930f3f8b7bf6/43036256605-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/de2d47ed-a201-463c-a9c9-930f3f8b7bf6/43036256605-250.jpg",
    "song": "Fracture 分裂",
    "track_id": null,
    "recording_id": null,
    "artist": "Faye Wong",
    "artist_ids": [],
    "album": "Fuzao 浮躁",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cinepoly"
    ],
    "label_ids": [],
    "release_date": "1996-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Composed by the Hong Kong star's good friends Cocteau Twins!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}