Information about plays

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

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

{
    "id": 3578757,
    "uri": "https://api.kexp.org/v2/plays/3578757/?format=api",
    "airdate": "2025-11-15T23:43:33-08:00",
    "show": 65122,
    "show_uri": "https://api.kexp.org/v2/shows/65122/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "На Схід",
    "track_id": null,
    "recording_id": null,
    "artist": "Morwan",
    "artist_ids": [],
    "album": "Vse Po Kolu, Znovu",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Feel It Records"
    ],
    "label_ids": [
        "5e8e1332-e700-4aed-9044-5b50e365bc6b"
    ],
    "release_date": "2025-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Morwan is a post-punk band formed in 2019 in Kyiv, Ukraine by Kyiv-based musician Alex Ashtaui. It was originally a one-man band, but transformed into a band in 2023 and is now based in Berlin.\n\nhttps://morwan.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}