Information about plays

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

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

{
    "id": 3582475,
    "uri": "https://api.kexp.org/v2/plays/3582475/?format=api",
    "airdate": "2025-11-24T19:28:20-08:00",
    "show": 65202,
    "show_uri": "https://api.kexp.org/v2/shows/65202/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Back to the 90s",
    "track_id": null,
    "recording_id": null,
    "artist": "Kevis & Maykyy",
    "artist_ids": [],
    "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": "A high‑energy rap anthem, Back to the 90s channels nostalgic swagger through its vivid references and braggadocious flow. Kevis & Maykyy reminisce about simpler times—no Billie Eilish, no stylists, and surfing on Safari instead of flashy apps. The track hits hard at 200 BPM in D♭ major, giving it a frantic, kinetic feel. Big Sempa’s verse adds grit, while the chorus roots itself in yearning for a rawer era. It’s a tribute, a flex, and a time machine all at once—part memory, part manifesto.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}