Information about plays

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

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

{
    "id": 352319,
    "uri": "https://api.kexp.org/v2/plays/352319/?format=api",
    "airdate": "2019-07-09T22:38:00-07:00",
    "show": 5872,
    "show_uri": "https://api.kexp.org/v2/shows/5872/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Down",
    "track_id": "fd71ce52-0260-4b98-9795-43516bfb9408",
    "recording_id": null,
    "artist": "Haybaby",
    "artist_ids": [
        "baf9a456-531c-4d08-aee3-3a0a06ebc126"
    ],
    "album": "They Get There",
    "release_id": "053d0f3d-0036-4c8b-8ea8-49b1f3a9ede9",
    "release_group_id": null,
    "labels": [
        "Tiny Engines"
    ],
    "label_ids": [],
    "release_date": "2019-06-07",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Second album from this Brooklyn band",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}