Information about plays

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

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

{
    "id": 3604766,
    "uri": "https://api.kexp.org/v2/plays/3604766/?format=api",
    "airdate": "2026-01-15T18:07:09-08:00",
    "show": 65659,
    "show_uri": "https://api.kexp.org/v2/shows/65659/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sacred Indigenous",
    "track_id": null,
    "recording_id": null,
    "artist": "Neon Nativez (feat. Cher Thomas)",
    "artist_ids": [],
    "album": null,
    "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": "Neon Nativez is a producer coming from the San Carlos Apache Tribe and Diné (Navajo) Tribe. They infuse Indigenous sounds with their style of production; EDM or Hip Hop. \nhttps://hum.slcpl.org/artists/neon-nativez",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}