Information about plays

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

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

{
    "id": 3625746,
    "uri": "https://api.kexp.org/v2/plays/3625746/?format=api",
    "airdate": "2026-03-05T21:07:10-08:00",
    "show": 66101,
    "show_uri": "https://api.kexp.org/v2/shows/66101/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What Do You Mean",
    "track_id": null,
    "recording_id": null,
    "artist": "Manda",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-05-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The word \"Manda\" is a spiritual term meaning, that which has a core essence. Formed in 2022 by members of a university jazz circle. Currently active mainly in Yokohama and Tokyo. Each member grew up in Japan with environment and cultural identities. The group specializes ethnic yet boundary-less grooves, featuring intense, yet soulful solos, and their lyrics tackle themes of sense of belonging, and connection between self and society.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}