Information about plays

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

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

{
    "id": 3569487,
    "uri": "https://api.kexp.org/v2/plays/3569487/?format=api",
    "airdate": "2025-10-24T19:25:09-07:00",
    "show": 64923,
    "show_uri": "https://api.kexp.org/v2/shows/64923/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Language",
    "track_id": null,
    "recording_id": null,
    "artist": "Mayra Andrade & Juls",
    "artist_ids": [],
    "album": null,
    "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": "Mayra Andrade is a Cape Verdean singer who blends traditional rhythms with contemporary influences to create a vibrant, unpredictable sound. Born in Havana, Cuba in 1985, Andrade is a self-taught guitarist who sings in Cape Verdean Creole, Portuguese, English, and French. Her cosmopolitan nature is reflected in her lyrics and music, which draws inspiration from the many cultures she's encountered.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}