Information about plays

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

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

{
    "id": 348735,
    "uri": "https://api.kexp.org/v2/plays/348735/?format=api",
    "airdate": "2019-07-01T18:59:56-07:00",
    "show": 5813,
    "show_uri": "https://api.kexp.org/v2/shows/5813/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pescao Envenenao",
    "track_id": null,
    "recording_id": null,
    "artist": "ChocQuibTown",
    "artist_ids": [
        "82297b90-705c-4bb5-81b7-88d83fd1d0b4"
    ],
    "album": "Somos Pacificos",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[ New music ]<br>\n<br>\nChocQuibTown is a Colombian hip-hop group. Although the band formed in Cali, the members are originally from the Colombian department of Chocó. The band's music draws influence from a wide variety of modern genres including hip-hop and more recently electronica, combined with traditional Colombian genres including salsa, Latin jazz, and Afro-Latin rhythms.<br>\n<br>\nChocQuibTown es un grupo de hip-hop colombiano. Aunque la banda se formó en Cali, los miembros son originarios del departamento colombiano de Chocó. La música de la banda atrae la influencia de una amplia variedad de géneros modernos, incluyendo el hip-hop y la electrónica más reciente, combinados con los géneros tradicionales colombianos como la salsa, el jazz latino y los ritmos afrolatinos.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}