Information about plays

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

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

{
    "id": 3667243,
    "uri": "https://api.kexp.org/v2/plays/3667243/?format=api",
    "airdate": "2026-06-13T07:01:01-07:00",
    "show": 66976,
    "show_uri": "https://api.kexp.org/v2/shows/66976/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunset Sippin'",
    "track_id": null,
    "recording_id": null,
    "artist": "Harmony Chea",
    "artist_ids": [],
    "album": "Sunset Sippin'",
    "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": "Chamorro\n--\nGuam-based R&B artist Harmony Chea released her 2023 debut album ‘Guarded’ after breaking into the music industry through self-released tracks and opening for artists such as Jhene Aiko and Kehlani. \nhttps://www.harmonychea.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}