Information about plays

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

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

{
    "id": 376186,
    "uri": "https://api.kexp.org/v2/plays/376186/?format=api",
    "airdate": "2019-09-03T19:12:00-07:00",
    "show": 6263,
    "show_uri": "https://api.kexp.org/v2/shows/6263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sodadi Casa",
    "track_id": "6c63b958-4ae9-425d-893c-fd99e8dcf961",
    "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": "Lucibela is an up-and-coming singer from the island of São Nicolau in Cabo Verde. Catch her LIVE September 23 at the Royal Room",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}