Information about plays

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

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

{
    "id": 356233,
    "uri": "https://api.kexp.org/v2/plays/356233/?format=api",
    "airdate": "2019-07-18T23:05:38-07:00",
    "show": 5935,
    "show_uri": "https://api.kexp.org/v2/shows/5935/?format=api",
    "image_uri": "http://coverartarchive.org/release/1d3a97a0-514c-4db2-9cb3-42612611a302/22973270158-250.jpg",
    "thumbnail_uri": "",
    "song": "Decir que no",
    "track_id": "c587c4ca-e861-4754-a4d5-0fa2b1d9adc2",
    "recording_id": null,
    "artist": "Taina Asili",
    "artist_ids": [
        "6ba43bd7-cfc5-44f7-8064-c9e3dbd2dabf"
    ],
    "album": "Resiliencia",
    "release_id": "1d3a97a0-514c-4db2-9cb3-42612611a302",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-19",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taina Asili is an American musician, singer, songwriter, poet, artist and activist. Born in Binghamton, New York to Puerto Rican parents, she first came to prominence in the late 1990s as the singer for the punk band Anti-Product, and later for her social justice themed music with the band Taina Asili y la Banda Rebelde. Asili’s musical career has spanned genres as diverse as Afro-Caribbean music, flamenco, hardcore punk and opera, and her art is driven by her work on prisoner justice, climate justice and food justice. http://tainaasili.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}