Information about plays

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

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

{
    "id": 3597505,
    "uri": "https://api.kexp.org/v2/plays/3597505/?format=api",
    "airdate": "2025-12-29T06:52:28-08:00",
    "show": 65505,
    "show_uri": "https://api.kexp.org/v2/shows/65505/?format=api",
    "image_uri": "https://ia903104.us.archive.org/6/items/mbid-504cfe95-970d-41c3-bad4-898020d93dba/mbid-504cfe95-970d-41c3-bad4-898020d93dba-24282053776_thumb500.jpg",
    "thumbnail_uri": "https://ia903104.us.archive.org/6/items/mbid-504cfe95-970d-41c3-bad4-898020d93dba/mbid-504cfe95-970d-41c3-bad4-898020d93dba-24282053776_thumb250.jpg",
    "song": "On the Wall",
    "track_id": "8abb7ade-0be5-4ada-8ece-52253f98e423",
    "recording_id": "2237de7a-6a59-450f-92cf-6c8ab3b62e4a",
    "artist": "Chromatics",
    "artist_ids": [
        "c89ea689-c053-4d97-bada-8b81a6236f58"
    ],
    "album": "Closer to Grey",
    "release_id": "504cfe95-970d-41c3-bad4-898020d93dba",
    "release_group_id": "d556f7ce-1bae-46d6-ad5f-eeda6526706a",
    "labels": [
        "Italians Do It Better"
    ],
    "label_ids": [
        "d25f2b85-00e1-47eb-8f71-932a0809b1b9"
    ],
    "release_date": "2019-10-02",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Chromatics' spin on The Jesus and Mary Chain song, first released in 1987. \n\nCloser to Grey was the final studio album by Chromatics, released in 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}