Information about plays

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

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

{
    "id": 453596,
    "uri": "https://api.kexp.org/v2/plays/453596/?format=api",
    "airdate": "2001-08-08T19:21:10-07:00",
    "show": 7675,
    "show_uri": "https://api.kexp.org/v2/shows/7675/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41AA7BRF0ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41AA7BRF0ZL._SL75_.jpg",
    "song": "All Around the World",
    "track_id": "9bc81637-0ac6-48af-ac41-a65280675940",
    "recording_id": null,
    "artist": "Little Willie John",
    "artist_ids": [
        "d59ce86d-2cc3-49be-be12-3eb4dde6e1ed"
    ],
    "album": "Fever",
    "release_id": "5fefdad1-5662-4781-9eee-99166613613b",
    "release_group_id": null,
    "labels": [
        "Charly"
    ],
    "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"
}