Information about plays

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

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

{
    "id": 3602956,
    "uri": "https://api.kexp.org/v2/plays/3602956/?format=api",
    "airdate": "2026-01-11T06:20:27-08:00",
    "show": 65621,
    "show_uri": "https://api.kexp.org/v2/shows/65621/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blue Ending",
    "track_id": null,
    "recording_id": null,
    "artist": "Alex Somers",
    "artist_ids": [],
    "album": "In a Freezer With the London Contemporary Orchestra",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KRUNK"
    ],
    "label_ids": [],
    "release_date": "2025-12-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Closing track off the new third solo album from renowned LA-based artist and Riceboy Sleeps member Alex Somers that was originally recorded in an abandoned industrial freezer in London in July 2019 and completed in collaboration with The London Contemporary Orchestra ~ https://alexsomers.bandcamp.com/album/in-a-freezer-with-the-london-contemporary-orchestra",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}