Information about plays

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

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

{
    "id": 344766,
    "uri": "https://api.kexp.org/v2/plays/344766/?format=api",
    "airdate": "2019-06-22T15:34:20-07:00",
    "show": 5747,
    "show_uri": "https://api.kexp.org/v2/shows/5747/?format=api",
    "image_uri": "http://coverartarchive.org/release/2a65ab78-4171-42df-87bf-eadb8a1ea43b/20452372377-250.jpg",
    "thumbnail_uri": "",
    "song": "65th & Ingleside",
    "track_id": "3c6abc75-bb20-4ba9-b92c-a0d8a31a5cb5",
    "recording_id": null,
    "artist": "Chance the Rapper",
    "artist_ids": [
        "373a4c98-a46b-48e4-86ec-f6ca65b4f438"
    ],
    "album": "65th & Ingleside",
    "release_id": "2a65ab78-4171-42df-87bf-eadb8a1ea43b",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-07-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "65th and Ingleside is about Chance’s relationship with his child’s mother and fiancée. He talks about when they used to live near 65th and Ingleside, an intersection in Chicago on the East Side, and his then-girlfriend’s unreciprocated financial and emotional support at a time when he was unstable.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}