Information about plays

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

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

{
    "id": 3586849,
    "uri": "https://api.kexp.org/v2/plays/3586849/?format=api",
    "airdate": "2025-12-04T20:12:49-08:00",
    "show": 65289,
    "show_uri": "https://api.kexp.org/v2/shows/65289/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Maathi Gumba",
    "track_id": null,
    "recording_id": null,
    "artist": "Robin Wagle Trio",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-07-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Robin wagle trio is an upcoming Nepali band blending Nepali folk with jazz and global sounds. \n\nSee the music video for Maathi Gumba here:\nhttps://www.youtube.com/watch?v=tx3LRnolqQU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}