Information about plays

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

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

{
    "id": 369675,
    "uri": "https://api.kexp.org/v2/plays/369675/?format=api",
    "airdate": "2019-08-20T01:10:00-07:00",
    "show": 6164,
    "show_uri": "https://api.kexp.org/v2/shows/6164/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Turquoise Hexagon Sun",
    "track_id": "384ecd53-63ef-300f-bcae-d4f6aafb5b72",
    "recording_id": null,
    "artist": "Boards of Canada",
    "artist_ids": [
        "69158f97-4c07-4c4e-baf8-4e4ab1ed666e"
    ],
    "album": "Music Has the Right to Children",
    "release_id": "3fdcf49c-e297-4c21-880d-dba4c40d98dd",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "1998-08-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Boards of Canada released this album on this day in 1998, 11 years ago. Time flies when you're using beats to be contemplative. Or something.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}