Information about plays

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

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

{
    "id": 3636247,
    "uri": "https://api.kexp.org/v2/plays/3636247/?format=api",
    "airdate": "2026-04-01T02:01:08-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://dn710609.ca.archive.org/0/items/mbid-a3021851-f470-44e5-9a2b-482b09cec960/mbid-a3021851-f470-44e5-9a2b-482b09cec960-23180007843_thumb500.jpg",
    "thumbnail_uri": "https://dn710609.ca.archive.org/0/items/mbid-a3021851-f470-44e5-9a2b-482b09cec960/mbid-a3021851-f470-44e5-9a2b-482b09cec960-23180007843_thumb250.jpg",
    "song": "You Don't Shampoo Your Hair",
    "track_id": "5d854545-60ed-4974-987c-e7f4eff4a82b",
    "recording_id": "f468b908-0ab6-4632-a935-a74ebdf0cf56",
    "artist": "OCnotes",
    "artist_ids": [
        "b0281df0-1a25-437f-a3bb-67d1a8d903b8"
    ],
    "album": "Better Days / You Don't Shampoo Your Hair",
    "release_id": "2b07ef4a-3e88-440c-ad56-4fa00dcfac27",
    "release_group_id": "dfcfccfa-1c7f-4fee-a4fb-94620e00ea82",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-03-29",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}