Information about plays

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

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

{
    "id": 3597619,
    "uri": "https://api.kexp.org/v2/plays/3597619/?format=api",
    "airdate": "2025-12-29T13:14:46-08:00",
    "show": 65508,
    "show_uri": "https://api.kexp.org/v2/shows/65508/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bisaraha",
    "track_id": null,
    "recording_id": null,
    "artist": "Ziad Al Rahbani",
    "artist_ids": [],
    "album": "Houdou Nisbi",
    "release_id": null,
    "release_group_id": "91c08fac-2da9-4adb-8056-f579ceb55632",
    "labels": [
        "EMI Music Arabia"
    ],
    "label_ids": [
        "1eddc740-b12c-4e6a-a4fb-71f1ffe4d2b2"
    ],
    "release_date": "2022-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The album \"Houdou Nisbi\" is famous for blending Lebanese folk, jazz, funk, and Brazilian rhythms, creating a unique Oriental jazz sound that was new for the region. Ziad self-produced and released it because he felt Lebanese record companies weren't ready for his experimental style, taking full creative control.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}