Information about plays

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

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

{
    "id": 476636,
    "uri": "https://api.kexp.org/v2/plays/476636/?format=api",
    "airdate": "2001-10-15T15:37:30-07:00",
    "show": 8129,
    "show_uri": "https://api.kexp.org/v2/shows/8129/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51KMK1PM09L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51KMK1PM09L._SL75_.jpg",
    "song": "Not Given Lightly",
    "track_id": "dae394a7-b282-4336-82a5-ede337cc6bef",
    "recording_id": null,
    "artist": "Chris Knox",
    "artist_ids": [
        "77a29700-a307-4568-8063-be553ae062e6"
    ],
    "album": "Meat",
    "release_id": "c8725feb-1eda-43ea-a3a3-52c7b2b21ed6",
    "release_group_id": null,
    "labels": [
        "The Communion Label"
    ],
    "label_ids": [
        "3f1027b1-07d2-4e62-99c6-0a0a4e9bc270"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}