Information about plays

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

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

{
    "id": 342651,
    "uri": "https://api.kexp.org/v2/plays/342651/?format=api",
    "airdate": "2019-06-17T18:02:00-07:00",
    "show": 5714,
    "show_uri": "https://api.kexp.org/v2/shows/5714/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ya Veras",
    "track_id": null,
    "recording_id": null,
    "artist": "Systema Solar",
    "artist_ids": [
        "aa895e35-e7c5-446b-9f62-26b27ea5b8a2"
    ],
    "album": "Systema Solar",
    "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": "Systema Solar is a music-visual collective of the Caribbean region of #Colombia, its members, from diverse territorial and sound latitudes, have found in Afro-Caribbean vibrations a sea of possibilities to enhance the strength and power of music from Colombia.<br>\n<br>\nhttps://bit.ly/1FgWB0T <br><br>\nSystema Solar es un colectivo músico-visual de la región Caribe de #Colombia, sus integrantes, provenientes de diversas latitudes territoriales y sonoras, han encontrado en las vibraciones afro Caribeñas un mar de posibilidades para realzar la fuerza y potencia de las músicas desde Colombia.<br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}