Information about plays

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

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

{
    "id": 354789,
    "uri": "https://api.kexp.org/v2/plays/354789/?format=api",
    "airdate": "2019-07-15T19:40:46-07:00",
    "show": 5915,
    "show_uri": "https://api.kexp.org/v2/shows/5915/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tu Amor Es",
    "track_id": null,
    "recording_id": null,
    "artist": "Aterciopelados",
    "artist_ids": [
        "0ba1966a-e471-4f98-85d7-8ac0c1f836f0"
    ],
    "album": "Claroscura",
    "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": "[#LAMC2019] Aterciopelados chose the Colombian photographer Ruven Afanador -known for photographing very diverse representative pop culture characters such as Björk, Oprah Winfrey, Julia Roberts and more-, to shoot the video of \"Tu amor es\", a colorful and experimental work that reaffirms the ludic spirit of the duet.<br>\n<br>\nAterciopelados elige al fotógrafo colombiano Ruven Afanador –reconocido por fotografiar a personajes representativos de la cultura pop muy diversos como Björk, Oprah Winfrey, Julia Roberts y mas–, para rodar el video de \"Tu amor es\", un trabajo colorido y experimental que reafirma el ánimo lúdico del dueto.<br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}