Information about plays

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

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

{
    "id": 3570219,
    "uri": "https://api.kexp.org/v2/plays/3570219/?format=api",
    "airdate": "2025-10-26T12:08:21-07:00",
    "show": 64940,
    "show_uri": "https://api.kexp.org/v2/shows/64940/?format=api",
    "image_uri": "https://ia800103.us.archive.org/30/items/mbid-606f6f27-faf9-3bf8-a3ca-052b5a01229e/mbid-606f6f27-faf9-3bf8-a3ca-052b5a01229e-11977001733_thumb500.jpg",
    "thumbnail_uri": "https://ia800103.us.archive.org/30/items/mbid-606f6f27-faf9-3bf8-a3ca-052b5a01229e/mbid-606f6f27-faf9-3bf8-a3ca-052b5a01229e-11977001733_thumb250.jpg",
    "song": "One Step Beyond",
    "track_id": "5a077cf7-d290-334a-b6ca-f12aaea98df9",
    "recording_id": "a7f3cd9e-3ed3-410c-9d4d-6f7a0ef13e88",
    "artist": "Madness",
    "artist_ids": [
        "5f58803e-8c4c-478e-8b51-477f38483ede"
    ],
    "album": "One Step Beyond…",
    "release_id": "d91b7136-ba13-38d8-ab56-0a7a3a7197d2",
    "release_group_id": "f1e1b952-ec8d-363a-bd63-4c72d248cb51",
    "labels": [
        "Stiff Records"
    ],
    "label_ids": [
        "df57ad64-fae7-4976-a8a0-d6d344867e09"
    ],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"One Step Beyond\" was originally written by Jamaican ska singer Prince Buster as a B-side for his 1964 single \"Al Capone.\" The song was covered by Madness for their debut studio album of the same name.\n\nThis single was released on this day in 1979.\n\nhttps://www.madness.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}