Information about plays

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

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

{
    "id": 455559,
    "uri": "https://api.kexp.org/v2/plays/455559/?format=api",
    "airdate": "2001-08-14T12:26:15-07:00",
    "show": 7713,
    "show_uri": "https://api.kexp.org/v2/shows/7713/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416YK1SGEML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416YK1SGEML._SL75_.jpg",
    "song": "Husband",
    "track_id": "bfd8fbfa-8b21-45c0-b1e5-a0a86874f959",
    "recording_id": null,
    "artist": "Kim Virant",
    "artist_ids": [
        "c73acb5b-fc56-4294-b5fd-1b60d490451c"
    ],
    "album": "Stealing Days",
    "release_id": "6679323c-d897-4f8b-bf19-fb380078f3b6",
    "release_group_id": null,
    "labels": [
        "Good-Ink"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}