Information about plays

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

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

{
    "id": 370940,
    "uri": "https://api.kexp.org/v2/plays/370940/?format=api",
    "airdate": "2019-08-22T16:57:36-07:00",
    "show": 6179,
    "show_uri": "https://api.kexp.org/v2/shows/6179/?format=api",
    "image_uri": "http://coverartarchive.org/release/f51e71ed-7526-4516-87ba-bf6ce7e815c3/23676088020-250.jpg",
    "thumbnail_uri": "",
    "song": "We Go High",
    "track_id": "261cef4b-0f70-407a-a9f0-50b5c9cd0b1f",
    "recording_id": null,
    "artist": "Chance the Rapper",
    "artist_ids": [
        "373a4c98-a46b-48e4-86ec-f6ca65b4f438"
    ],
    "album": "The Big Day",
    "release_id": "f51e71ed-7526-4516-87ba-bf6ce7e815c3",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-07-26",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Big Day\" is the debut studio album by American rapper Chance the Rapper, released on July 26, 2019. The album follows several mixtapes by the rapper including the reissue of his collaborative \"Merry Christmas Lil' Mama\" in 2017, and is his first solo project since\" Coloring Book\" in 2016.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}