Information about plays

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

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

{
    "id": 353836,
    "uri": "https://api.kexp.org/v2/plays/353836/?format=api",
    "airdate": "2019-07-13T11:04:00-07:00",
    "show": 5896,
    "show_uri": "https://api.kexp.org/v2/shows/5896/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nigerian Girl",
    "track_id": null,
    "recording_id": null,
    "artist": "Perfect Giddimani",
    "artist_ids": [
        "749c33f0-0611-40e6-bf2c-6d752448c6c0"
    ],
    "album": "Reggae Farm Work",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Irie Ites"
    ],
    "label_ids": [],
    "release_date": "2016-03-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Perfect Giddimani aka Greg Rose. In 2016 he released his latest album “Reggae Farm Work” with Irie Ites, and it takes you on a journey through the classic roots sounds. “Nigerian Girl” takes you on a deep lovers rock tip, setting the tone with a beautifully dubbed riddim, featuring a lush brass section, that compliments the vocals of both Giddimani and the backing singers.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}