Information about plays

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

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

{
    "id": 3543398,
    "uri": "https://api.kexp.org/v2/plays/3543398/?format=api",
    "airdate": "2025-08-22T17:41:27-07:00",
    "show": 64357,
    "show_uri": "https://api.kexp.org/v2/shows/64357/?format=api",
    "image_uri": "https://ia600208.us.archive.org/19/items/mbid-1532c126-7651-32b2-96c3-50dc8c76952f/mbid-1532c126-7651-32b2-96c3-50dc8c76952f-1916139180_thumb500.jpg",
    "thumbnail_uri": "https://ia800208.us.archive.org/19/items/mbid-1532c126-7651-32b2-96c3-50dc8c76952f/mbid-1532c126-7651-32b2-96c3-50dc8c76952f-1916139180_thumb250.jpg",
    "song": "Everything Counts",
    "track_id": "3c8e238c-e6a9-369a-b59e-a4d490352d3d",
    "recording_id": "721c135d-b2d3-43d7-af2c-4f8c82016a9a",
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Construction Time Again",
    "release_id": "1532c126-7651-32b2-96c3-50dc8c76952f",
    "release_group_id": "f8d0b912-ac57-3365-a2bb-89de094bb3db",
    "labels": [
        "Mute",
        "Sire Records"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8",
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1987-06-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Depeche Mode released the album Construction Time Again on this day in 1983.\n\nDepeche Mode taking on corporate greed in this 1983 song from their 'Construction Time Again' album. Formed in Basildon, Essex, England in 1980.  \n\nhttp://www.depechemode.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}