Information about plays

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

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

{
    "id": 3630483,
    "uri": "https://api.kexp.org/v2/plays/3630483/?format=api",
    "airdate": "2026-03-18T05:10:08-07:00",
    "show": 66212,
    "show_uri": "https://api.kexp.org/v2/shows/66212/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chintamani",
    "track_id": null,
    "recording_id": null,
    "artist": "Céline Dessberg",
    "artist_ids": [
        "1aff215e-d144-4bc8-888d-20d6e7e01611"
    ],
    "album": "Chintamani",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Céline Dessberg is a singer, songwriter, and harpist of mixed French and Mongolian heritage. From her Bandcamp: \"'Chintamani' evokes the spirit of the Mongolian countryside, as Céline’s vocals, sung in Mongolian, tell of ancient Buddhist treasure. The combination of soft guitar, jazzy drums, and shimmering Yatga creates an ethereal atmosphere that transports the listener to a world of sacred beauty and reverence.\"\n\nhttps://celinedessberg.bandcamp.com/album/selenge-chintamani",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}