Information about plays

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

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

{
    "id": 3560788,
    "uri": "https://api.kexp.org/v2/plays/3560788/?format=api",
    "airdate": "2025-10-03T08:24:31-07:00",
    "show": 64732,
    "show_uri": "https://api.kexp.org/v2/shows/64732/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alive",
    "track_id": "891dec84-fb8e-4b85-b9d6-8b831d73202b",
    "recording_id": "009bf814-1f1f-4ecd-9ff9-38e62a313702",
    "artist": "Empire of the Sun",
    "artist_ids": [
        "ac7e838c-3d95-47c2-92a9-81767ad7c217"
    ],
    "album": "Ice on the Dune",
    "release_id": "c06c34e8-15b5-4728-abfc-c7a4bca2c956",
    "release_group_id": "a55c9a10-1010-46fb-9d9a-760ef8cf8603",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2013-06-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mike from Brooks Running asked for this terrific song.\n--\nDon't miss the landscape (filmed in Bryce Canyon National Park and the redwoods of California) and the costumes in the video for \"Alive\": https://www.youtube.com/watch?v=IPKAwJKGSDc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}