Information about plays

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

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

{
    "id": 352316,
    "uri": "https://api.kexp.org/v2/plays/352316/?format=api",
    "airdate": "2019-07-09T22:30:00-07:00",
    "show": 5872,
    "show_uri": "https://api.kexp.org/v2/shows/5872/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Grouch",
    "track_id": "c9275e3a-b187-4214-b081-02fea922e3f5",
    "recording_id": null,
    "artist": "TR/ST",
    "artist_ids": [
        "b8e3d1ae-5983-4af1-b226-aa009b294111"
    ],
    "album": "The Destroyer — 1",
    "release_id": "17c713f7-1b97-472a-bb0c-ff9f3d713c0b",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-19",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}