Information about plays

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

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

{
    "id": 3572293,
    "uri": "https://api.kexp.org/v2/plays/3572293/?format=api",
    "airdate": "2025-10-31T17:14:05-07:00",
    "show": 64985,
    "show_uri": "https://api.kexp.org/v2/shows/64985/?format=api",
    "image_uri": "https://ia600206.us.archive.org/34/items/mbid-fdddf2ed-ac8d-40e2-9fb9-02bb8cf1a5c1/mbid-fdddf2ed-ac8d-40e2-9fb9-02bb8cf1a5c1-9796054141_thumb500.jpg",
    "thumbnail_uri": "https://ia800206.us.archive.org/34/items/mbid-fdddf2ed-ac8d-40e2-9fb9-02bb8cf1a5c1/mbid-fdddf2ed-ac8d-40e2-9fb9-02bb8cf1a5c1-9796054141_thumb250.jpg",
    "song": "I Was a Teenage Werewolf",
    "track_id": "91fb02ef-8d74-3a77-9a2d-6c861c547099",
    "recording_id": "7e605247-85da-414f-b8fe-70fbd9817d29",
    "artist": "The Cramps",
    "artist_ids": [
        "96c1edac-1011-4cb8-882c-27248de35071"
    ],
    "album": "Songs the Lord Taught Us",
    "release_id": "fdddf2ed-ac8d-40e2-9fb9-02bb8cf1a5c1",
    "release_group_id": "4b60e6ef-b29a-3a26-9146-07f35c7e285d",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Cramps played a show in San Francisco on Halloween almost every year beginning in 1989 until Lux Interior passed in 2009.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}