Information about plays

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

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

{
    "id": 372797,
    "uri": "https://api.kexp.org/v2/plays/372797/?format=api",
    "airdate": "2019-08-27T03:34:38-07:00",
    "show": 6212,
    "show_uri": "https://api.kexp.org/v2/shows/6212/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gwadloup",
    "track_id": null,
    "recording_id": null,
    "artist": "Edmony Krater",
    "artist_ids": [],
    "album": "African Acid Is the Future - Ambiance II",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "The Vinyl Factory"
    ],
    "label_ids": [
        "c1c5c110-79bd-41f3-b979-bb4bc574b3d6"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Cult Berlin club night and label African Acid Is The Future returns with the second release in their Ambiance trilogy\" (with two tracks apiece by Les Filles de Illighadad and Edmony Krater plus remixes from Dauwd, Maryisonacid and DJ Oil)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}