Information about plays

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

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

{
    "id": 3579311,
    "uri": "https://api.kexp.org/v2/plays/3579311/?format=api",
    "airdate": "2025-11-17T07:49:47-08:00",
    "show": 65135,
    "show_uri": "https://api.kexp.org/v2/shows/65135/?format=api",
    "image_uri": "https://dn710603.ca.archive.org/0/items/mbid-0491813b-1bad-3340-84af-278d44db4f0d/mbid-0491813b-1bad-3340-84af-278d44db4f0d-22765524703_thumb500.jpg",
    "thumbnail_uri": "https://dn710603.ca.archive.org/0/items/mbid-0491813b-1bad-3340-84af-278d44db4f0d/mbid-0491813b-1bad-3340-84af-278d44db4f0d-22765524703_thumb250.jpg",
    "song": "One by One",
    "track_id": "a2c8a304-026e-324b-acaf-5ada83e232b3",
    "recording_id": "7635d707-9ccb-4618-b251-c785e3c7ba2a",
    "artist": "Billy Bragg & Wilco",
    "artist_ids": [
        "7cec4a03-0a83-4308-856a-afb8aa5db0fc",
        "9e53f84d-ef44-4c16-9677-5fd4d78cbd7d"
    ],
    "album": "Mermaid Avenue",
    "release_id": "0491813b-1bad-3340-84af-278d44db4f0d",
    "release_group_id": "9ae4e54c-ec74-3f15-823a-8302fc9a832d",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1998-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wilco fans, mark your calendars: The band’s biannual Solid Sound Festival is returning to North Adams, Massachusetts, on June 26-28, 2026 — and they’ve just announced a very special show to kick off the weekend. On the festival’s opening night, Wilco will be joined by U.K. folk singer Billy Bragg for the first-ever full concert of songs from their Mermaid Avenue collaboration.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}