Information about plays

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

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

{
    "id": 473462,
    "uri": "https://api.kexp.org/v2/plays/473462/?format=api",
    "airdate": "2001-10-06T05:00:00-07:00",
    "show": 8064,
    "show_uri": "https://api.kexp.org/v2/shows/8064/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61iPdFF4MjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61iPdFF4MjL._SL75_.jpg",
    "song": "Turning a New Leaf",
    "track_id": "1f5522c6-a0da-40a6-b041-a0a13fde7950",
    "recording_id": null,
    "artist": "Nazareth",
    "artist_ids": [
        "88f219d8-4140-4191-af4b-de81c7c587c4"
    ],
    "album": "Malice in Wonderland",
    "release_id": "2b5b22e3-574e-443a-a534-8dbbdfad7d1e",
    "release_group_id": null,
    "labels": [
        "Castle"
    ],
    "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"
}