Information about plays

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

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

{
    "id": 3420512,
    "uri": "https://api.kexp.org/v2/plays/3420512/?format=api",
    "airdate": "2024-11-02T15:01:09-07:00",
    "show": 61745,
    "show_uri": "https://api.kexp.org/v2/shows/61745/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cómo Te Voy a Olvidar",
    "track_id": null,
    "recording_id": null,
    "artist": "Los Ángeles Azules",
    "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": "In celebration of Dia de los Muertos, we're broadcasting live from El Centro de la Raza in Seattle, Wa\nhttps://www.elcentrodelaraza.org/events/dia-de-los-muertos/\n\nEl Día de los Muertos (The Day of the Dead) is a time for remembering the lives of those who have passed. We honor those who are no longer with us, including our social justice heroes, victims of racially-motivated police brutality, victims of hate crimes and gun violence, those who lost their lives too soon, and those who have made a positive impact in our community. El Centro de la Raza is 51 years old and counting. We honor those who, over the last 50+ years, have fought for human rights, social services, and political and environmental justice to shape a better future for the children. Our exhibit is unique in that is highlights current and historic social justice issues in our community, nation and world.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}