Information about plays

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

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

{
    "id": 3589863,
    "uri": "https://api.kexp.org/v2/plays/3589863/?format=api",
    "airdate": "2025-12-11T19:29:27-08:00",
    "show": 65350,
    "show_uri": "https://api.kexp.org/v2/shows/65350/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Legend of the Condor Heroes Theme Song",
    "track_id": null,
    "recording_id": null,
    "artist": "Joseph Koo",
    "artist_ids": [],
    "album": "Legend of the Condor Heroes",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the film Legend of the Condor Heroes​, score by Joesph Koo\n\nComposer: 顧嘉煇\nMovie: 射雕英雄传\nTrack: 世間始終你好",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}