Information about plays

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

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

{
    "id": 3662406,
    "uri": "https://api.kexp.org/v2/plays/3662406/?format=api",
    "airdate": "2026-06-01T13:48:16-07:00",
    "show": 66877,
    "show_uri": "https://api.kexp.org/v2/shows/66877/?format=api",
    "image_uri": "https://dn710109.ca.archive.org/0/items/mbid-cac245c3-76f7-4c94-896d-bd497ce640a5/mbid-cac245c3-76f7-4c94-896d-bd497ce640a5-2096273140_thumb500.jpg",
    "thumbnail_uri": "https://ia800103.us.archive.org/31/items/mbid-cac245c3-76f7-4c94-896d-bd497ce640a5/mbid-cac245c3-76f7-4c94-896d-bd497ce640a5-2096273140_thumb250.jpg",
    "song": "Sleeper Hold",
    "track_id": "486b1124-7c0e-3a25-90c3-55ce2b51c4ca",
    "recording_id": "df28aad1-a6c7-419b-b756-e6236cdf79e7",
    "artist": "No Age",
    "artist_ids": [
        "55821c25-bd47-4f67-baf8-17ccd2cf1c86"
    ],
    "album": "Nouns",
    "release_id": "cac245c3-76f7-4c94-896d-bd497ce640a5",
    "release_group_id": "a6a476d1-caa7-3641-b8a6-597c4b06886c",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2008-05-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}