Information about plays

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

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

{
    "id": 3591090,
    "uri": "https://api.kexp.org/v2/plays/3591090/?format=api",
    "airdate": "2025-12-14T17:47:30-08:00",
    "show": 65378,
    "show_uri": "https://api.kexp.org/v2/shows/65378/?format=api",
    "image_uri": "https://ia801603.us.archive.org/14/items/mbid-2a059e43-e66c-4d6d-9a4f-dea9a6919061/mbid-2a059e43-e66c-4d6d-9a4f-dea9a6919061-10112836421_thumb500.jpg",
    "thumbnail_uri": "https://ia801603.us.archive.org/14/items/mbid-2a059e43-e66c-4d6d-9a4f-dea9a6919061/mbid-2a059e43-e66c-4d6d-9a4f-dea9a6919061-10112836421_thumb250.jpg",
    "song": "Protect Ya Neck",
    "track_id": "4ee7338a-d596-439c-aec7-a13b065f4d20",
    "recording_id": "515b11ff-47e0-4ac7-9e37-53f4022b1bb7",
    "artist": "Wu-Tang Clan",
    "artist_ids": [
        "0febdcf7-4e1f-4661-9493-b40427de2c13"
    ],
    "album": "Enter The Wu-Tang (36 Chambers) (Clean)",
    "release_id": "a2253430-be26-4fca-b6ba-dfd1dad2098f",
    "release_group_id": "2d46d093-9063-49ed-a3a8-f0df2133443d",
    "labels": [
        "BMG Music"
    ],
    "label_ids": [
        "8ddaa8e2-34ac-4094-80b9-2575e3c8f553"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wu-Tang Clan released this song (their first single) on this day in 1992! It was the first Wu-Tang song bringing together the original four members and four others (excluding Masta Killa, who had not yet joined). It was originally released December 14, 1992, as part of the \"Protect Ya Neck\"/\"After the Laughter Comes Tears\" single by Wu-Tang Records. When it created an underground buzz, Wu-Tang signed with Loud Records and released it on May 3, 1993, with \"Method Man\" on its B-side.\n",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}