Information about plays

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

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

{
    "id": 3560408,
    "uri": "https://api.kexp.org/v2/plays/3560408/?format=api",
    "airdate": "2025-10-02T09:12:14-07:00",
    "show": 64724,
    "show_uri": "https://api.kexp.org/v2/shows/64724/?format=api",
    "image_uri": "https://ia803104.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": "'On The Wall' was released on this day in 2019 and was Chromatics' 7th and final studio album.\n\nHere's Chromatics, covering The Jesus and Mary Chain song, first released in 1987.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}