Information about plays

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

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

{
    "id": 3548923,
    "uri": "https://api.kexp.org/v2/plays/3548923/?format=api",
    "airdate": "2025-09-04T17:33:16-07:00",
    "show": 64474,
    "show_uri": "https://api.kexp.org/v2/shows/64474/?format=api",
    "image_uri": "https://ia904603.us.archive.org/4/items/mbid-0491813b-1bad-3340-84af-278d44db4f0d/mbid-0491813b-1bad-3340-84af-278d44db4f0d-22765524703_thumb500.jpg",
    "thumbnail_uri": "https://ia904603.us.archive.org/4/items/mbid-0491813b-1bad-3340-84af-278d44db4f0d/mbid-0491813b-1bad-3340-84af-278d44db4f0d-22765524703_thumb250.jpg",
    "song": "California Stars",
    "track_id": "e1567ab0-e9fb-320b-af35-ccdabaeb943c",
    "recording_id": "8ad92273-a5d7-425b-956e-c9354322824a",
    "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": "In 1995, Woody Guthrie's daughter Nora contacted musician Billy Bragg about writing music for a selection of completed Guthrie lyrics. Guthrie had left behind more than a thousand sets of complete lyrics written between 1939 and 1967 that had no music other than a vague stylistic notation. Bragg chose some songs to finish, as did Jeff Tweedy of Wilco. \nhttps://bit.ly/4azSDY7",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}