Information about plays

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

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

{
    "id": 351601,
    "uri": "https://api.kexp.org/v2/plays/351601/?format=api",
    "airdate": "2019-07-08T06:58:20-07:00",
    "show": 5860,
    "show_uri": "https://api.kexp.org/v2/shows/5860/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love & Hate",
    "track_id": "4cf628c9-0988-4034-acf3-2c12a60f1ac3",
    "recording_id": null,
    "artist": "Michael Kiwanuka",
    "artist_ids": [
        "11f570ff-44d9-4e9c-8812-e6d56103c5c1"
    ],
    "album": "Love & Hate",
    "release_id": "bda91fa3-f0bc-45d7-a0e9-f92cede49f4e",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2016-07-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Michael Kiwanuka and Tom Misch have shared a fun new video for their recent disco-pop collaboration, ‘Money’. In the Louis Bhose-directed video, Kiwanuka plays a supermarket worker who is shortly revealed to be an undercover millionaire. He and Misch dance through the store, doling out piles of cash before the shot switches to one of the two musicians dancing around luxury cars.: /www.youtube.com/watch?v=EJjn03K0JsQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}