Information about plays

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

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

{
    "id": 376867,
    "uri": "https://api.kexp.org/v2/plays/376867/?format=api",
    "airdate": "2019-09-05T04:40:00-07:00",
    "show": 6271,
    "show_uri": "https://api.kexp.org/v2/shows/6271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dreams of a Digital Sublime",
    "track_id": null,
    "recording_id": null,
    "artist": "Priori",
    "artist_ids": [],
    "album": "On a Nimbus",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "NAFF"
    ],
    "label_ids": [
        "8546c2f5-488c-442b-92a9-ce7021d4ec93"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"A trip to the heart of the network, frenetic and weightless\" from Montreal's Priori - https://soundcloud.com/naffrecordings/priori-on-a-nimbus-preview",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}