Information about plays

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

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

{
    "id": 3594297,
    "uri": "https://api.kexp.org/v2/plays/3594297/?format=api",
    "airdate": "2025-12-22T03:09:24-08:00",
    "show": 65445,
    "show_uri": "https://api.kexp.org/v2/shows/65445/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Keep Love Close",
    "track_id": null,
    "recording_id": null,
    "artist": "Wild Gloriosa",
    "artist_ids": [],
    "album": "Keep Love Close",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tamil \n--\nThe brainchild of Gloria Ragesh, Wild Gloriosa creates music that is prayerful and seductive - a marriage of smooth and soulful influences sitting at the intersection of R&B, Neo Soul and Jazz. \nhttps://wildgloriosa.bandcamp.com/album/growing-pains",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}