Information about plays

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

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

{
    "id": 475493,
    "uri": "https://api.kexp.org/v2/plays/475493/?format=api",
    "airdate": "2001-10-12T03:54:32-07:00",
    "show": 8103,
    "show_uri": "https://api.kexp.org/v2/shows/8103/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41fXnNCu6-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41fXnNCu6-L._SL75_.jpg",
    "song": "Around Sundown",
    "track_id": "a7b008f1-d1c7-4b55-8c46-239c9428fa42",
    "recording_id": null,
    "artist": "Scenic",
    "artist_ids": [
        "cd579f9b-a0a9-4d92-ac73-775b9f1cbe7b"
    ],
    "album": "Incident at Cima",
    "release_id": "f789ca8f-0cb7-4897-aec1-47ff2b0cd417",
    "release_group_id": null,
    "labels": [
        "Independent Project Records"
    ],
    "label_ids": [
        "3d3b6168-0c70-4021-a19c-a91c95b61bc6"
    ],
    "release_date": "1995-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}