Information about plays

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

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

{
    "id": 3601395,
    "uri": "https://api.kexp.org/v2/plays/3601395/?format=api",
    "airdate": "2026-01-07T11:45:10-08:00",
    "show": 65587,
    "show_uri": "https://api.kexp.org/v2/shows/65587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spit on a Stranger",
    "track_id": "84531297-7edb-3d19-88b6-3e32e67d42cf",
    "recording_id": "1da1200a-aac9-4e90-9053-f0e81024b9af",
    "artist": "Pavement",
    "artist_ids": [
        "36bfa85f-737b-41db-a8fc-b8825850ffc3"
    ],
    "album": "Terror Twilight",
    "release_id": "01ac1f8f-ffdd-38df-9814-bfb261f216e0",
    "release_group_id": "bc0512db-46d0-3f21-8eb0-af7718d93709",
    "labels": [
        "Hostess Entertainment Unlimited."
    ],
    "label_ids": [
        "a714529c-86bf-4d89-9cf1-e50149fba8af"
    ],
    "release_date": "2010-03-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Spit on a Stranger\" by Pavement was released as a single in 1999, from their final record Terror Twilight. https://pavementband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}