Information about plays

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

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

{
    "id": 3598800,
    "uri": "https://api.kexp.org/v2/plays/3598800/?format=api",
    "airdate": "2026-01-01T11:32:31-08:00",
    "show": 65532,
    "show_uri": "https://api.kexp.org/v2/shows/65532/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "He's My Thing",
    "track_id": "ba3edc1b-f12a-3f92-9f67-9a76d8bbb7b4",
    "recording_id": "71949cb8-394e-47c0-9fab-8c7bc4e5b909",
    "artist": "Babes in Toyland",
    "artist_ids": [
        "41593aa1-dda6-4a5a-af87-0eebf93e3775"
    ],
    "album": "Spanking Machine",
    "release_id": "56112b44-ce88-4c45-8228-71cc8ec71cf0",
    "release_group_id": "1ab1cc52-e975-305a-8646-503f8e171da9",
    "labels": [
        "Twin/Tone Records"
    ],
    "label_ids": [
        "f551f46d-961e-447c-b88b-8117827cb251"
    ],
    "release_date": "1990-04-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Spanking Machine\" was recorded and produced by Seattle musician and producer Jack Endino at Reciprocal Recording in Seattle - where other bands such as Nirvana and Mudhoney recorded - and was released in 1990 by Twin/Tone Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}