Information about plays

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

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

{
    "id": 3429180,
    "uri": "https://api.kexp.org/v2/plays/3429180/?format=api",
    "airdate": "2024-11-23T18:21:18-08:00",
    "show": 61929,
    "show_uri": "https://api.kexp.org/v2/shows/61929/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Never Wake Up",
    "track_id": null,
    "recording_id": null,
    "artist": "Weep Wave",
    "artist_ids": [],
    "album": "Never Wake Up EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Weep Wave is an Post-Punk/Psych band from Seattle, WA. With lyrics driven by space, death and existentialist questions they power through by turning up the volume on their amplifiers and mine the depths of their emotions. These DIY darlings have toured and played festivals extensively up and down the west coast.\n\nhttps://weepwave.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}