Information about plays

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

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

{
    "id": 352180,
    "uri": "https://api.kexp.org/v2/plays/352180/?format=api",
    "airdate": "2019-07-09T16:09:22-07:00",
    "show": 5869,
    "show_uri": "https://api.kexp.org/v2/shows/5869/?format=api",
    "image_uri": "http://coverartarchive.org/release/8c4aa5cb-d98c-4743-bbc0-b634721cf612/7083823978-250.jpg",
    "thumbnail_uri": "",
    "song": "Atlas",
    "track_id": "fdaf006b-e7d3-332e-a170-2a281b03ee5c",
    "recording_id": null,
    "artist": "Battles",
    "artist_ids": [
        "8522b9b6-b295-48d7-9a10-8618fb80beb8"
    ],
    "album": "Mirrored",
    "release_id": "8c4aa5cb-d98c-4743-bbc0-b634721cf612",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2007-05-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Request going out to Tom!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}