Information about plays

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

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

{
    "id": 3622310,
    "uri": "https://api.kexp.org/v2/plays/3622310/?format=api",
    "airdate": "2026-02-25T22:20:01-08:00",
    "show": 66031,
    "show_uri": "https://api.kexp.org/v2/shows/66031/?format=api",
    "image_uri": "https://coverartarchive.org/release/e7bbce95-5058-4fa9-bebb-e20fd155a488/41582514981-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e7bbce95-5058-4fa9-bebb-e20fd155a488/41582514981-250.jpg",
    "song": "de moi à moi je crois que j’explose",
    "track_id": null,
    "recording_id": "3cfd771d-c63a-4092-aa48-3b71ab818d4d",
    "artist": "Céline Dessberg",
    "artist_ids": [
        "1aff215e-d144-4bc8-888d-20d6e7e01611"
    ],
    "album": "Hödöö",
    "release_id": null,
    "release_group_id": "78aa05bb-19e1-488b-be61-b587b8913f5f",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-12-13",
    "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. She grew up between two distinct worlds: one shaped by the modern western lifestyle of France, the other by the ancient traditions of Buddhism and the pastoral customs of Mongolia.\n\nhttps://celinedessberg.bandcamp.com/album/h-d",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}