Information about plays

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

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

{
    "id": 3624133,
    "uri": "https://api.kexp.org/v2/plays/3624133/?format=api",
    "airdate": "2026-03-01T20:43:07-08:00",
    "show": 66065,
    "show_uri": "https://api.kexp.org/v2/shows/66065/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What's In A Name",
    "track_id": null,
    "recording_id": null,
    "artist": "Al Diaz",
    "artist_ids": [
        "ef5c582c-51e3-433a-9ed2-972d39661886"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"What's In A Name\" is a 1986 post-punk/No Wave music track by NYC artist and SAMO graffiti pioneer Al Diaz, recently rediscovered by producer Bruce Tovsky and released on vinyl by Bandcamp. Featuring Latin-infused percussion, the song reflects the gritty, artistic energy of 1980s Downtown NYC.\n\nhttps://thesoundcouncil.bandcamp.com/album/al-diaz-whats-in-a-name",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}