Information about plays

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

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

{
    "id": 3609033,
    "uri": "https://api.kexp.org/v2/plays/3609033/?format=api",
    "airdate": "2026-01-25T16:19:34-08:00",
    "show": 65753,
    "show_uri": "https://api.kexp.org/v2/shows/65753/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heavy Foot",
    "track_id": null,
    "recording_id": null,
    "artist": "Mon Rovîa",
    "artist_ids": [
        "f8fa26d4-c370-41d5-a163-ccd9c530b1d4"
    ],
    "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": "Mon Rovîa, the stage name of Janjay Lowe, is a Liberian-born singer-songwriter who blends Afro-Appalachian folk with Americana and shoegaze pop.\n\nHis music is known for its haunting melodies, introspective lyrics, and gravelly voice. Rovîa's work is inspired by his own experiences, from his childhood in Liberia during a civil war to his immigration to the United States in the 1990s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}