Information about plays

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

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

{
    "id": 379767,
    "uri": "https://api.kexp.org/v2/plays/379767/?format=api",
    "airdate": "2019-09-12T01:11:44-07:00",
    "show": 6321,
    "show_uri": "https://api.kexp.org/v2/shows/6321/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Release The Beast",
    "track_id": null,
    "recording_id": null,
    "artist": "Breakwater",
    "artist_ids": [],
    "album": "Release The Beast / Let Love In",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Be With Records"
    ],
    "label_ids": [
        "8a3206d3-b9c6-4d02-8ab4-d539f303aab7"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Two essential electro-funk cuts from Breakwater's indispensable, self-titled LP from 1980\" - https://www.bewithrecords.com/products/breakwater-release-the-beast-7#product",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}