Information about plays

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

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

{
    "id": 3562405,
    "uri": "https://api.kexp.org/v2/plays/3562405/?format=api",
    "airdate": "2025-10-07T17:22:07-07:00",
    "show": 64773,
    "show_uri": "https://api.kexp.org/v2/shows/64773/?format=api",
    "image_uri": "https://ia804509.us.archive.org/13/items/mbid-7086c733-4ced-4f36-b024-74404bb7ab80/mbid-7086c733-4ced-4f36-b024-74404bb7ab80-3357063370_thumb500.jpg",
    "thumbnail_uri": "https://ia904509.us.archive.org/13/items/mbid-7086c733-4ced-4f36-b024-74404bb7ab80/mbid-7086c733-4ced-4f36-b024-74404bb7ab80-3357063370_thumb250.jpg",
    "song": "I Love You So Much It’s Killing Us Both",
    "track_id": "0e8bd086-5712-3843-9217-28f0ef80f9ef",
    "recording_id": "1e9a8105-6a6c-470e-949f-157c004f6617",
    "artist": "Jawbreaker",
    "artist_ids": [
        "ec88cdc3-0517-4951-b5ef-7323e7316db0"
    ],
    "album": "Dear You",
    "release_id": "7086c733-4ced-4f36-b024-74404bb7ab80",
    "release_group_id": "2a4d791d-b328-3212-8bef-edc98c7de3f7",
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1995-09-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "# 393\n___\nJawbreaker released their fourth studio album Dear You 30 years ago, this fall.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}