Information about plays

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

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

{
    "id": 373128,
    "uri": "https://api.kexp.org/v2/plays/373128/?format=api",
    "airdate": "2019-08-27T18:32:00-07:00",
    "show": 6215,
    "show_uri": "https://api.kexp.org/v2/shows/6215/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chica di Nha Maninha",
    "track_id": "2d080630-20bf-4ba5-b4a2-db61ff3dd0ce",
    "recording_id": null,
    "artist": "Lucibela",
    "artist_ids": [
        "3f9f15d9-4b91-4281-a5c2-5d71510706e1"
    ],
    "album": "Laço Umbilical",
    "release_id": "370ff618-61f5-42e3-b0a3-a6ef1e125ebe",
    "release_group_id": null,
    "labels": [
        "Lusafrica"
    ],
    "label_ids": [],
    "release_date": "2018-02-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born 1986 on the island of São Nicolau and singing ever since, Lucibela's assured, warm voice is formed from years of assimilation of the sounds of morna and coladera.  September 23 Lucibela at Royal Room (Cape Verde)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}