Information about plays

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

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

{
    "id": 3608875,
    "uri": "https://api.kexp.org/v2/plays/3608875/?format=api",
    "airdate": "2026-01-25T07:42:11-08:00",
    "show": 65750,
    "show_uri": "https://api.kexp.org/v2/shows/65750/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stardust",
    "track_id": null,
    "recording_id": null,
    "artist": "thammy ndlovu",
    "artist_ids": [],
    "album": "At the End of the Day It's Night",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "like a lily among"
    ],
    "label_ids": [],
    "release_date": "2026-01-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Supremely chill and A+ vibes on this release from Johannesburg, South Africa-based guitarist, vocalist, and producer thammy ndlovu ~ https://thammyndlovu.bandcamp.com/album/at-the-end-of-the-day-its-night-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}