Information about plays

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

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

{
    "id": 355204,
    "uri": "https://api.kexp.org/v2/plays/355204/?format=api",
    "airdate": "2019-07-16T19:29:00-07:00",
    "show": 5922,
    "show_uri": "https://api.kexp.org/v2/shows/5922/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Zange",
    "track_id": null,
    "recording_id": null,
    "artist": "Bongeziwe Mabandla",
    "artist_ids": [
        "76d19453-4c39-4476-8f8d-9ea0afd2eec0"
    ],
    "album": "Zange",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Universal Music (Pty) Ltd South Africa"
    ],
    "label_ids": [],
    "release_date": "2019-06-21",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hailed as the new face of Afro-Folk, Bongeziwe Mabandla evolves through love with new single ‘Zange’. Born in Tsolo, a rural town in the lush, mountainous Eastern Cape, Bongeziwe became enamoured with art, drama and music, which saw him uproot his life and move to the city of Johannesburg in order to develop his own unique style as a guitar toting musician.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}