Information about plays

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

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

{
    "id": 3544908,
    "uri": "https://api.kexp.org/v2/plays/3544908/?format=api",
    "airdate": "2025-08-26T03:57:40-07:00",
    "show": 64390,
    "show_uri": "https://api.kexp.org/v2/shows/64390/?format=api",
    "image_uri": "https://coverartarchive.org/release/936707a6-3095-38cb-9261-329e0e246fd4/28637558356-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/936707a6-3095-38cb-9261-329e0e246fd4/28637558356-250.jpg",
    "song": "Diplomat’s Son",
    "track_id": null,
    "recording_id": "09f75557-a240-43d2-925d-da37fe901ee8",
    "artist": "Vampire Weekend",
    "artist_ids": [
        "af37c51c-0790-4a29-b995-456f98a6b8c9"
    ],
    "album": "Contra",
    "release_id": null,
    "release_group_id": "6799fd76-db3d-43bd-aa91-dffae5c4d65b",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2010-01-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Diplomat's Son\" features a percussive vocal sample from M.I.A.'s \"Hussel\" and an interpolation of \"Pressure Drop\" by the Toots and the Maytals.\n--\nVampire Weekend wrote the song as a tribute to the Jamaican dancehall musician Vybz Kartel. Frontman Ezra Koenig first heard Kartel’s music while researching the Jamaican dancehall scene for a thesis he was writing in college. He became enamored with Kartel’s unique vocal style and the social commentary in his lyrics. -- The song uses Kartel’s signature vocal style and samples his song, “Tenement Yard”.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}