Information about plays

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

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

{
    "id": 3640464,
    "uri": "https://api.kexp.org/v2/plays/3640464/?format=api",
    "airdate": "2026-04-10T22:22:28-07:00",
    "show": 66419,
    "show_uri": "https://api.kexp.org/v2/shows/66419/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Savage",
    "track_id": null,
    "recording_id": null,
    "artist": "Megan Thee Stallion",
    "artist_ids": [
        "ee27b2d8-648c-4a9d-a68c-e55066959975"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on March 6th, 2020, from her EP \"Suga,\" this Houston anthem became a cultural phenomenon during the pandemic. Produced by J. White Did It, the track was recorded in under an hour, with Megan writing to the beat as it was being built. Engineer Eddie \"eMIX\" Hernandez recalls she did the whole song \"on the spot,\" showcasing the spontaneous creativity that's made her one of hip-hop's most dynamic voices",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}