Information about plays

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

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

{
    "id": 3540792,
    "uri": "https://api.kexp.org/v2/plays/3540792/?format=api",
    "airdate": "2025-08-16T15:36:54-07:00",
    "show": 64307,
    "show_uri": "https://api.kexp.org/v2/shows/64307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Quiero Ser Tu Perro",
    "track_id": null,
    "recording_id": null,
    "artist": "Los Pao Paos",
    "artist_ids": [
        "aa6521c5-47d9-45e1-9c28-1ff066ffa248"
    ],
    "album": "Los Pao Paos",
    "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": "\"Los Pao Pao’s self-titled debut album offers up an exciting and fresh blend of American rock ’n’ roll and Latin rhythms and percussion, resulting in a sound that’s simultaneously familiar yet quite new and heady. Consisting of Brandon Welchez (Crocodiles) and Aaron Bautista (Los Fancy Free), Los Pao Paos also features the talents of members of Sonido Gallo Negro. Los Pao Paos is the perfect summer record—sunny and bright but without negating a heavier punk sensibility.\"\n\nhttps://lospaopaos.bandcamp.com/album/los-pao-paos",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}