Information about plays

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

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

{
    "id": 372683,
    "uri": "https://api.kexp.org/v2/plays/372683/?format=api",
    "airdate": "2019-08-26T20:43:16-07:00",
    "show": 6208,
    "show_uri": "https://api.kexp.org/v2/shows/6208/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Guatemaya",
    "track_id": null,
    "recording_id": null,
    "artist": "Doctor Nativo",
    "artist_ids": [
        "1d9bbe90-ea92-4152-b5d1-9427709c24a1"
    ],
    "album": "Guatemaya",
    "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": "Doctor Nativo is one of Central America’s most exciting new talents. His explosive music explores themes of Mayan spirituality, social justice and folk wisdom, punctuated by an explosive sound combining reggae, cumbia, hip hop, and Mayan traditional music. They are known throughout Mayan communities for rapping in T’zutuhil, celebrating the traditional cosmology, and sharing the culture with a wider audience.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}