Information about plays

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

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

{
    "id": 3596365,
    "uri": "https://api.kexp.org/v2/plays/3596365/?format=api",
    "airdate": "2025-12-26T17:16:27-08:00",
    "show": 65480,
    "show_uri": "https://api.kexp.org/v2/shows/65480/?format=api",
    "image_uri": "https://ia801909.us.archive.org/30/items/mbid-ed1610e5-3ac6-4684-9c27-04c4b0a4fee9/mbid-ed1610e5-3ac6-4684-9c27-04c4b0a4fee9-11390590931_thumb500.jpg",
    "thumbnail_uri": "https://ia801909.us.archive.org/30/items/mbid-ed1610e5-3ac6-4684-9c27-04c4b0a4fee9/mbid-ed1610e5-3ac6-4684-9c27-04c4b0a4fee9-11390590931_thumb250.jpg",
    "song": "Good Friend",
    "track_id": "7342d76d-15ae-31ba-beda-84a00ad462e8",
    "recording_id": "31a23adc-0dbc-423a-9f31-fac5f96c9f2f",
    "artist": "Cloud Cult",
    "artist_ids": [
        "a33a9cd6-8c03-4047-b62d-59f76f494c20"
    ],
    "album": "Love",
    "release_id": "ed1610e5-3ac6-4684-9c27-04c4b0a4fee9",
    "release_group_id": "e8b42e02-6f0b-4a5a-8a5e-5d3962773d0b",
    "labels": [
        "The Rebel Group",
        "Earthology Records"
    ],
    "label_ids": [
        "c708c97a-106b-4add-8983-0505b4a4a3ff",
        "9266837c-7609-415c-9ecc-f833382a636c"
    ],
    "release_date": "2013-03-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Love is the 9th album from the Minnesota band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}