Information about plays

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

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

{
    "id": 3594032,
    "uri": "https://api.kexp.org/v2/plays/3594032/?format=api",
    "airdate": "2025-12-21T13:12:33-08:00",
    "show": 65439,
    "show_uri": "https://api.kexp.org/v2/shows/65439/?format=api",
    "image_uri": "https://ia903202.us.archive.org/28/items/mbid-0eaf3a43-f00e-4416-8ea3-759d1841e3c9/mbid-0eaf3a43-f00e-4416-8ea3-759d1841e3c9-4402657853_thumb500.jpg",
    "thumbnail_uri": "https://ia803202.us.archive.org/28/items/mbid-0eaf3a43-f00e-4416-8ea3-759d1841e3c9/mbid-0eaf3a43-f00e-4416-8ea3-759d1841e3c9-4402657853_thumb250.jpg",
    "song": "The Light",
    "track_id": "3b7d9ae6-c951-4b3a-9579-d5e0134435d7",
    "recording_id": "e1c49145-d038-4b7f-ae90-99489a81f460",
    "artist": "Common",
    "artist_ids": [
        "c0a1179b-b14a-4d68-a3c1-1fdab16ed602"
    ],
    "album": "Like Water For Chocolate (Clean Version)",
    "release_id": "d774c3e5-3416-492e-9ae3-87e6eb289a43",
    "release_group_id": "cb275cb8-1619-48ba-8b4c-30d63b7035e9",
    "labels": [
        "MCA Records, Inc."
    ],
    "label_ids": [
        "1dd678a1-5904-4280-bafc-162224ed3405"
    ],
    "release_date": "2000-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another song born out of the Soulquarian collective. \"The Light\" was written as a love song to Common's girlfriend at the time, fellow Soulquarian, Erykah Badu. It was also produced by J Dilla.\n\nhttps://www.thinkcommon.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}