Information about plays

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

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

{
    "id": 456527,
    "uri": "https://api.kexp.org/v2/plays/456527/?format=api",
    "airdate": "2001-08-17T04:00:00-07:00",
    "show": 7729,
    "show_uri": "https://api.kexp.org/v2/shows/7729/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4125QRKZYXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4125QRKZYXL._SL75_.jpg",
    "song": "Holy Sepulchre",
    "track_id": "8af350f0-3112-4661-a5f7-df84ea53c5c7",
    "recording_id": null,
    "artist": "Vox",
    "artist_ids": [
        "88ddcf2a-d6b6-4541-b9a3-7a834fe2926d"
    ],
    "album": "Divine Rites",
    "release_id": "089376b7-21e3-497b-93d2-a62b39375f88",
    "release_group_id": null,
    "labels": [
        "World Class"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}