Information about plays

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

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

{
    "id": 352132,
    "uri": "https://api.kexp.org/v2/plays/352132/?format=api",
    "airdate": "2019-07-09T14:14:00-07:00",
    "show": 5869,
    "show_uri": "https://api.kexp.org/v2/shows/5869/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chime (edit)",
    "track_id": "7c74f7d0-97a2-47fe-8b78-d053ba6c21cf",
    "recording_id": null,
    "artist": "Orbital",
    "artist_ids": [
        "f3e2a7d9-c6bb-4848-95e5-04c0a1e2f511"
    ],
    "album": "Chime",
    "release_id": "c43b30dc-f585-4bf8-b6bd-621ba0ebab81",
    "release_group_id": null,
    "labels": [
        "Because Music"
    ],
    "label_ids": [],
    "release_date": "2018-11-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Chime\" was originally recorded on tape and allegedly cost less than £1 to produce. The track was originally released in December 1989 and was a big underground success. In 1990, it had a wider release on FFRR Records, and reached number 17 on the UK Singles Chart.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}