Information about plays

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

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

{
    "id": 3627882,
    "uri": "https://api.kexp.org/v2/plays/3627882/?format=api",
    "airdate": "2026-03-11T22:40:17-07:00",
    "show": 66156,
    "show_uri": "https://api.kexp.org/v2/shows/66156/?format=api",
    "image_uri": "https://coverartarchive.org/release/3b8b220a-f9fb-4acf-bfa1-5e8d33e9c92d/41582680384-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3b8b220a-f9fb-4acf-bfa1-5e8d33e9c92d/41582680384-250.jpg",
    "song": "Selenge",
    "track_id": null,
    "recording_id": "c8f14ca1-7ad8-4961-9290-5fd637e4a477",
    "artist": "Céline Dessberg",
    "artist_ids": [
        "1aff215e-d144-4bc8-888d-20d6e7e01611"
    ],
    "album": "Selenge",
    "release_id": null,
    "release_group_id": "ec167fd2-98f0-406f-9552-9d2b8f23a241",
    "labels": [
        "That's Love Records"
    ],
    "label_ids": [
        "41914c08-260b-4322-818a-4a0a29c591bd"
    ],
    "release_date": "2025-01-28",
    "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/selenge-chintamani",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}