Information about plays

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

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

{
    "id": 3582501,
    "uri": "https://api.kexp.org/v2/plays/3582501/?format=api",
    "airdate": "2025-11-24T20:55:20-08:00",
    "show": 65202,
    "show_uri": "https://api.kexp.org/v2/shows/65202/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "31",
    "track_id": null,
    "recording_id": null,
    "artist": "Vondré",
    "artist_ids": [
        "03ad8b78-212d-470a-9691-4ad0afe20f43"
    ],
    "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 nocturnal pop burner with post-punk bones. The rhythm section keeps a tight, dance-adjacent pocket while guitar lines sketch melancholy counter-melodies; the vocal threads vulnerability through a hook that lands on first pass. Production is sleek but not sterile—transients crisp, low end warm—so the chorus lifts without brute force. It’s the kind of single that sneaks up on a room and quietly owns it.\nListen: https://open.spotify.com/track/6e9FG8qGTou5WZnExDRj9q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}