Information about plays

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

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

{
    "id": 3579121,
    "uri": "https://api.kexp.org/v2/plays/3579121/?format=api",
    "airdate": "2025-11-16T20:10:49-08:00",
    "show": 65129,
    "show_uri": "https://api.kexp.org/v2/shows/65129/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Marantha",
    "track_id": null,
    "recording_id": null,
    "artist": "Latin Breed",
    "artist_ids": [
        "70dc8254-b1f2-470a-9131-00883857e1c7"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "GRP"
    ],
    "label_ids": [],
    "release_date": "1998-08-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Latin Breed originally released \"Maranatha\" as a b-side to \"Tomando Mil Copas\" in 1977.\n\nDrawing on influences ranging from jazz to R&B to big band, the Tejano group Latin Breed was formed in San Antonio, Texas. After scoring a number of Latin radio hits with singles including \"El Tejano Enamorado,\" \"Que Chulos Ojos,\" \"Don Luis El Tejano\" and \"Todos Dicen,\" the band continues its journey across America. The sound born on the south side of San Antonio has been on tour since 1969.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}