Information about plays

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

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

{
    "id": 3561399,
    "uri": "https://api.kexp.org/v2/plays/3561399/?format=api",
    "airdate": "2025-10-04T21:54:32-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "https://coverartarchive.org/release/4e242982-7e9e-4065-8465-785a72be05c3/41329330720-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4e242982-7e9e-4065-8465-785a72be05c3/41329330720-250.jpg",
    "song": "No Normal",
    "track_id": null,
    "recording_id": "ad94305b-de4f-437a-9105-a0cb025d142c",
    "artist": "Punter",
    "artist_ids": [
        "02271ea2-f5b3-4695-b76b-1f07f0f6a4b3"
    ],
    "album": "Australienation",
    "release_id": null,
    "release_group_id": "2d3c72d3-73a2-4954-b9ad-bcd13165e055",
    "labels": [
        "Televised Suicide"
    ],
    "label_ids": [
        "e401c06f-6ba0-4eaa-9ec0-88e0620f746a"
    ],
    "release_date": "2025-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"This record will equally scratch the itch of any Radio Birdman fan, as it would a Dead Kennedys fan, while being completely relatable for the young punks of today.\"\n\nhttps://punter.bandcamp.com/album/australienation",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}