Information about plays

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

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

{
    "id": 3614754,
    "uri": "https://api.kexp.org/v2/plays/3614754/?format=api",
    "airdate": "2026-02-08T06:06:56-08:00",
    "show": 65877,
    "show_uri": "https://api.kexp.org/v2/shows/65877/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "St. Birinus",
    "track_id": null,
    "recording_id": null,
    "artist": "Justin Amphlett",
    "artist_ids": [],
    "album": "Sleeplaboratory6.0",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Whitelabrecs"
    ],
    "label_ids": [],
    "release_date": "2026-01-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "UK artist Justin Amphlett's contribution to Whitelabrecs' 6th installment in their 'Sleeplaboratory' compilation series where artists are \"invited to work within a restrained, nocturnal palette where calm, space and stillness take precedence\" ~ https://whitelabrecs.bandcamp.com/album/sleeplaboratory60",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}