Information about plays

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

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

{
    "id": 3579435,
    "uri": "https://api.kexp.org/v2/plays/3579435/?format=api",
    "airdate": "2025-11-17T14:24:45-08:00",
    "show": 65137,
    "show_uri": "https://api.kexp.org/v2/shows/65137/?format=api",
    "image_uri": "https://coverartarchive.org/release/949508c3-2aaf-4c69-9819-626b890df15b/30255242898-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/949508c3-2aaf-4c69-9819-626b890df15b/30255242898-250.jpg",
    "song": "Let’s Stay Home (A Director’s Cut classic club mix)",
    "track_id": null,
    "recording_id": "be46b7b7-3262-492a-aa6d-7a64f9c818a2",
    "artist": "Frankie Knuckles, Inaya Day, Director's Cut",
    "artist_ids": [],
    "album": "The Director’s Cut Collection",
    "release_id": null,
    "release_group_id": "f86e7885-fec6-4721-9045-7e2e4fe2baa2",
    "labels": [
        "SoSure Music"
    ],
    "label_ids": [
        "e9d480b7-895a-4985-9a3c-6585c2e21755"
    ],
    "release_date": "2019-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Frankie Knuckles, also known as the godfather of house music was an openly gay American DJ, record producer and remixer. He was pivotal in developing and popularizing house music in Chicago during the 1980s, when the genre was still up and coming. Along with all his solo work, he also did a lot of writing and production work with Erik Kupper, eventually branding themselves as Director's Cut in 2011.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}