Information about plays

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

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

{
    "id": 3596780,
    "uri": "https://api.kexp.org/v2/plays/3596780/?format=api",
    "airdate": "2025-12-27T17:07:16-08:00",
    "show": 65490,
    "show_uri": "https://api.kexp.org/v2/shows/65490/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In This City",
    "track_id": "50f12160-c63c-390b-b707-527a3ffb6090",
    "recording_id": "24001a9d-ecd1-49fe-91c9-d51bef7e79b5",
    "artist": "Enon",
    "artist_ids": [
        "ce49b1f2-a903-46fc-8b84-b5699f019a06"
    ],
    "album": "High Society",
    "release_id": "c21decb5-0e76-475d-aae4-b498f2f518bb",
    "release_group_id": "9d6b89af-3005-3d9c-bd7c-1089ca6baf80",
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2002-06-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Enon was an indie rock band founded by John Schmersal, Rick Lee, and Steve Calhoon that was active from 1999 to 2011; however, for most of its history, Enon was a three-piece outfit composed of Schmersal, Toko Yasuda, and Matt Schulz.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}