Information about plays

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

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

{
    "id": 3520034,
    "uri": "https://api.kexp.org/v2/plays/3520034/?format=api",
    "airdate": "2025-06-28T18:27:07-07:00",
    "show": 63864,
    "show_uri": "https://api.kexp.org/v2/shows/63864/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Party Girl",
    "track_id": null,
    "recording_id": null,
    "artist": "Sux",
    "artist_ids": [],
    "album": "SUXCESS",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"With a musical style that can only be described as \"really good,\" SUX has captivated audiences worldwide. Revered for their relentless rock energy, they have earned a reputation as the best band in the world, leaving men trembling in fear. Their commitment to energy conservation is unwavering, always ensuring to turn the lights off when they depart any venue. \"\n\nhttps://suxmusic.bandcamp.com/album/suxcess",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}