Information about plays

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

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

{
    "id": 377228,
    "uri": "https://api.kexp.org/v2/plays/377228/?format=api",
    "airdate": "2019-09-05T22:48:36-07:00",
    "show": 6276,
    "show_uri": "https://api.kexp.org/v2/shows/6276/?format=api",
    "image_uri": "http://coverartarchive.org/release/a322c348-6ef4-49d3-a7e9-1411ffedc06b/21237186739-250.jpg",
    "thumbnail_uri": "",
    "song": "Nobody Said It Would Be Easy",
    "track_id": "c5be073c-471d-4c15-87f7-9921fff71dad",
    "recording_id": null,
    "artist": "Auntie Flo",
    "artist_ids": [
        "390c3ad2-d9d0-4f2c-92f4-aa6c84d17b4c"
    ],
    "album": "Radio Highlife",
    "release_id": "a322c348-6ef4-49d3-a7e9-1411ffedc06b",
    "release_group_id": null,
    "labels": [
        "Brownswood Recordings"
    ],
    "label_ids": [
        "6483a614-d00f-42b0-af39-a602b3ce5daa"
    ],
    "release_date": "2018-10-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Radio Highlife is perhaps the purest, most potent distillation of this methodology, a record that flits from Cape Town to Cuba, Scotland to the Arctic Circle, all bound by a desire to explore each idea to its furthest reach. https://auntieflo.bandcamp.com/album/radio-highlife",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}