Information about plays

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

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

{
    "id": 3552839,
    "uri": "https://api.kexp.org/v2/plays/3552839/?format=api",
    "airdate": "2025-09-14T05:04:56-07:00",
    "show": 64558,
    "show_uri": "https://api.kexp.org/v2/shows/64558/?format=api",
    "image_uri": "https://ia800706.us.archive.org/21/items/mbid-ca47729b-bf2a-4fee-8bf2-1823926d2d5f/mbid-ca47729b-bf2a-4fee-8bf2-1823926d2d5f-5846183948_thumb500.jpg",
    "thumbnail_uri": "https://ia600706.us.archive.org/21/items/mbid-ca47729b-bf2a-4fee-8bf2-1823926d2d5f/mbid-ca47729b-bf2a-4fee-8bf2-1823926d2d5f-5846183948_thumb250.jpg",
    "song": "Let Me Go",
    "track_id": "7e77648b-fb03-3380-853a-daf2cf652b9a",
    "recording_id": "38354585-a40f-4056-9a98-0178979d5fc3",
    "artist": "Heaven 17",
    "artist_ids": [
        "0796f847-09ca-4526-b17e-44390dd536ba"
    ],
    "album": "Just Can’t Get Enough: New Wave Hits of the ’80s, Volume 9",
    "release_id": "ca47729b-bf2a-4fee-8bf2-1823926d2d5f",
    "release_group_id": "72cee1f0-1f5f-3fef-a939-1a9933c105e8",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1994-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}