Information about plays

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

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

{
    "id": 3565131,
    "uri": "https://api.kexp.org/v2/plays/3565131/?format=api",
    "airdate": "2025-10-14T20:59:31-07:00",
    "show": 64836,
    "show_uri": "https://api.kexp.org/v2/shows/64836/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Déjame respirar",
    "track_id": null,
    "recording_id": "850ac776-b589-48fe-a0ab-3a66befd47c7",
    "artist": "Monte, Bomba Estereo, Nidia Gongora",
    "artist_ids": [],
    "album": "Sonic Forest",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Monte"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Monte is a musical and visual project by Simón Mejía, founder and beat master of the Colombian band Bomba Estéreo. An exploration between the sounds of nature and electronic music.\n\nhttps://musicmonte.bandcamp.com/track/sonic-forest-d-jame-respirar",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}