Information about plays

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

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

{
    "id": 3595847,
    "uri": "https://api.kexp.org/v2/plays/3595847/?format=api",
    "airdate": "2025-12-25T12:47:20-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Lonely Hearts Club Christmas Party",
    "track_id": null,
    "recording_id": "c5d0cb9e-0fe0-4e12-905d-4fb98c360e3d",
    "artist": "The Love Machine",
    "artist_ids": [
        "04b1fa23-d404-4827-9635-76e29c6bc634"
    ],
    "album": "Buried Alive!! Demented Teenage Fuzz From Down Under 1965–1970",
    "release_id": null,
    "release_group_id": "2821f7f4-8fdb-43ab-ad17-899e144a7e96",
    "labels": [
        "Particles"
    ],
    "label_ids": [
        "e27bc97b-5961-4cee-a6c8-e14587fdd83c"
    ],
    "release_date": "2017-02-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Australian garage / Psychedelic rock group from the 60's. \"The Lonely Hearts Club Christmas Party\" was released as the B-side to their debut single \"The Lion Sleeps To-night\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}