Information about plays

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

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

{
    "id": 3575315,
    "uri": "https://api.kexp.org/v2/plays/3575315/?format=api",
    "airdate": "2025-11-07T23:40:29-08:00",
    "show": 65049,
    "show_uri": "https://api.kexp.org/v2/shows/65049/?format=api",
    "image_uri": "https://coverartarchive.org/release/84f0b13f-201e-4737-aac8-35ca25d0e217/15287032747-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/84f0b13f-201e-4737-aac8-35ca25d0e217/15287032747-250.jpg",
    "song": "Get Nekkid",
    "track_id": null,
    "recording_id": "e8c7a773-483e-408c-b620-f78f9d27dd64",
    "artist": "Mausberg featuring DJ Quik",
    "artist_ids": [
        "74f5ffcb-0899-4859-a363-017a51be0345",
        "542f4f08-4d8f-48db-a414-d3a33a62929f"
    ],
    "album": "Non Fiction",
    "release_id": null,
    "release_group_id": "59a2d924-978e-37c1-bd38-e595a0e19517",
    "labels": [
        "Sheppard Lane Music"
    ],
    "label_ids": [
        "cae52412-40ed-4575-9485-c009d195b3c9"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Mausberg. Mausberg was mugged, shot and killed in his hometown on July 4, 2000, a day before his solo debut album was to be completed. The album, Non Fiction, was released posthumously later that same year.\n\nProduced by DJ Quik. The spiritual predecessor to Kendrick Lamar's \"King Kunta.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}