Information about plays

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

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

{
    "id": 3345971,
    "uri": "https://api.kexp.org/v2/plays/3345971/?format=api",
    "airdate": "2024-05-09T15:06:20-07:00",
    "show": 60167,
    "show_uri": "https://api.kexp.org/v2/shows/60167/?format=api",
    "image_uri": "https://ia801402.us.archive.org/29/items/mbid-936707a6-3095-38cb-9261-329e0e246fd4/mbid-936707a6-3095-38cb-9261-329e0e246fd4-28637558356_thumb500.jpg",
    "thumbnail_uri": "https://ia801402.us.archive.org/29/items/mbid-936707a6-3095-38cb-9261-329e0e246fd4/mbid-936707a6-3095-38cb-9261-329e0e246fd4-28637558356_thumb250.jpg",
    "song": "Diplomat’s Son",
    "track_id": "d89e4967-c5ec-3e41-9675-4d72940757d6",
    "recording_id": "09f75557-a240-43d2-925d-da37fe901ee8",
    "artist": "Vampire Weekend",
    "artist_ids": [
        "af37c51c-0790-4a29-b995-456f98a6b8c9"
    ],
    "album": "Contra",
    "release_id": "936707a6-3095-38cb-9261-329e0e246fd4",
    "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"
}