Information about plays

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

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

{
    "id": 373138,
    "uri": "https://api.kexp.org/v2/plays/373138/?format=api",
    "airdate": "2019-08-27T19:05:55-07:00",
    "show": 6215,
    "show_uri": "https://api.kexp.org/v2/shows/6215/?format=api",
    "image_uri": "http://coverartarchive.org/release/b6037cb7-ea3e-430e-a049-92a3ab620599/5418492042-250.jpg",
    "thumbnail_uri": "",
    "song": "Angola (Carl Craig's remix)",
    "track_id": "ade8a581-6cd0-30bb-963c-5fed53031597",
    "recording_id": null,
    "artist": "Cesária Évora",
    "artist_ids": [
        "ceafdf2f-bc18-4b99-8c71-d1834b0065c3"
    ],
    "album": "Club Sodade: Cesaria Evora By...",
    "release_id": "b6037cb7-ea3e-430e-a049-92a3ab620599",
    "release_group_id": null,
    "labels": [
        "BMG Brasil Ltda."
    ],
    "label_ids": [
        "8f575ecc-bbe6-4292-a19d-e7099fdf040c"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Celebrating the birthday of this Cape Verde legend. She would have been 78 today. She's known as the Barefoot Diva for performing without shoes. Remixed by Detroit producer and DJ Carl Craig.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}