Information about plays

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

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

{
    "id": 473051,
    "uri": "https://api.kexp.org/v2/plays/473051/?format=api",
    "airdate": "2001-10-04T23:40:00-07:00",
    "show": 8057,
    "show_uri": "https://api.kexp.org/v2/shows/8057/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wnAon%2BNWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wnAon%2BNWL._SL75_.jpg",
    "song": "Auraveda",
    "track_id": "fe8afb83-d314-4f52-a42c-019e912d414f",
    "recording_id": null,
    "artist": "The Fireman",
    "artist_ids": [
        "23466b9d-f57a-4e73-906f-c11dca8b3723"
    ],
    "album": "Rushes",
    "release_id": "da74067f-2859-4c4b-a2b8-bca0c34c1c2a",
    "release_group_id": null,
    "labels": [
        ".no readable label information"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}