Information about plays

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

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

{
    "id": 3578608,
    "uri": "https://api.kexp.org/v2/plays/3578608/?format=api",
    "airdate": "2025-11-15T18:39:16-08:00",
    "show": 65121,
    "show_uri": "https://api.kexp.org/v2/shows/65121/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Thirst",
    "track_id": null,
    "recording_id": null,
    "artist": "Mollie Moons",
    "artist_ids": [],
    "album": "Thirst",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Beautiful solo folk out of Seattle!\n\n\"Mollie Moons writes old soul songs to make you feel things. Her bright folksy tone weaves bittersweet lyrics along the border of beauty and ache. Inspired by the woods of the northwest, the highways of America, and the coast of California, she is working through recording her archive of songs while continuing to write.\"\n\nhttps://open.spotify.com/artist/0C8GBjvNIYpkFu6GO3VchF",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}