Information about plays

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

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

{
    "id": 3541773,
    "uri": "https://api.kexp.org/v2/plays/3541773/?format=api",
    "airdate": "2025-08-18T20:15:08-07:00",
    "show": 64326,
    "show_uri": "https://api.kexp.org/v2/shows/64326/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Colisión",
    "track_id": null,
    "recording_id": null,
    "artist": "Nadie Te Escucha",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-07-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Colisión” is a sharp punk song packed with driving bass and raw, unpolished energy. Nadie Te Escucha attack with urgency, delivering lyrics that reflect conflict and personal crash points. The track’s fast pace and stripped-down instrumentation keep the momentum relentless. Vocals teeter between shouted defiance and melodic edge, creating a tension that fuels the song’s impact. It’s rough, honest, and powerfully direct.\u2028Listen: https://nadieteescucha.bandcamp.com/track/colision",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}