Information about plays

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

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

{
    "id": 3552516,
    "uri": "https://api.kexp.org/v2/plays/3552516/?format=api",
    "airdate": "2025-09-13T14:04:03-07:00",
    "show": 64552,
    "show_uri": "https://api.kexp.org/v2/shows/64552/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Presagio",
    "track_id": null,
    "recording_id": null,
    "artist": "Karen y Los Remedeos",
    "artist_ids": [],
    "album": "El Sonido: Cancioneros Podcast Feature",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "El Sonido: Cancioneros — KEXP’s podcast where Latin artists share the cancionero of their lives: five songs that shaped who they are as people and artists. New weekly episodes starting June 2. Subscribe to the KEXP Podcasts channel on YouTube to follow along with English subtitles.\n\nhttps://www.kexp.org/podcasts/el-sonido/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}