Information about plays

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

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

{
    "id": 3596566,
    "uri": "https://api.kexp.org/v2/plays/3596566/?format=api",
    "airdate": "2025-12-27T03:30:49-08:00",
    "show": 65484,
    "show_uri": "https://api.kexp.org/v2/shows/65484/?format=api",
    "image_uri": "https://ia802305.us.archive.org/12/items/mbid-89bb466f-596c-4f04-a6d7-29b7ebbcdf0e/mbid-89bb466f-596c-4f04-a6d7-29b7ebbcdf0e-34909556470_thumb500.jpg",
    "thumbnail_uri": "https://ia802305.us.archive.org/12/items/mbid-89bb466f-596c-4f04-a6d7-29b7ebbcdf0e/mbid-89bb466f-596c-4f04-a6d7-29b7ebbcdf0e-34909556470_thumb250.jpg",
    "song": "Computer Love",
    "track_id": "e229f014-bd0b-4eea-9679-18725e8e95b1",
    "recording_id": "d4c88b2e-8365-47d1-a4a8-6c62233561b2",
    "artist": "The Egyptian Lover",
    "artist_ids": [
        "31200780-d9e5-4c34-a022-064410996ee0"
    ],
    "album": "1983-1988",
    "release_id": "89bb466f-596c-4f04-a6d7-29b7ebbcdf0e",
    "release_group_id": "4956e557-a588-45be-b394-f5a510489af2",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2016-04-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"1983 to 1988 anthology from the West Coast electro hip-hop pioneer.\n\nLos Angeles native Egyptian Lover (Greg Broussard) is recognized as a pioneer of West Coast hip-hop, helping bring electro rap to the masses in the early '80s and influencing DJs and MCs the world over in his wake.\"\nhttps://thegyptianlover.bandcamp.com/album/1983-1988",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}