Information about plays

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

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

{
    "id": 3545772,
    "uri": "https://api.kexp.org/v2/plays/3545772/?format=api",
    "airdate": "2025-08-28T06:22:16-07:00",
    "show": 64407,
    "show_uri": "https://api.kexp.org/v2/shows/64407/?format=api",
    "image_uri": "https://ia601600.us.archive.org/6/items/mbid-39200288-578b-38d7-894a-0a5794435267/mbid-39200288-578b-38d7-894a-0a5794435267-2613572066_thumb500.jpg",
    "thumbnail_uri": "https://ia601600.us.archive.org/6/items/mbid-39200288-578b-38d7-894a-0a5794435267/mbid-39200288-578b-38d7-894a-0a5794435267-2613572066_thumb250.jpg",
    "song": "Everything Counts",
    "track_id": "1294929e-8ecd-33b4-996d-2debaec63c01",
    "recording_id": "67968770-e56a-45bc-9229-6a384c26342c",
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "The Best of Depeche Mode, Volume 1",
    "release_id": "39200288-578b-38d7-894a-0a5794435267",
    "release_group_id": "e21adeb5-b102-37d7-b4dd-b8479a7d2ae2",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Everything Counts\" specifically addresses the issue of corporate greed and corruption, as the chorus sings of \"grabbing hands\" that \"grab all they can\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}