Information about plays

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

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

{
    "id": 3543177,
    "uri": "https://api.kexp.org/v2/plays/3543177/?format=api",
    "airdate": "2025-08-22T05:22:24-07:00",
    "show": 64353,
    "show_uri": "https://api.kexp.org/v2/shows/64353/?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 (long version)",
    "track_id": "84e432af-8a76-3b9d-8d5b-47f77e7648d0",
    "recording_id": "54cdc8e7-8c1e-431d-84d0-570be87c0a66",
    "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": "OTD in 1983 Depeche Mode release the album Construction Time Again\n\nThe single introduced a transition in lyrical content for the group. \"Everything Counts\" specifically addresses the issue of corporate greed and corruption in Britain, as the chorus sings of \"grabbing hands\" that \"grab all they can\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}