Information about plays

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

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

{
    "id": 493564,
    "uri": "https://api.kexp.org/v2/plays/493564/?format=api",
    "airdate": "2001-12-05T07:49:00-08:00",
    "show": 8462,
    "show_uri": "https://api.kexp.org/v2/shows/8462/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31A4D2GJE8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31A4D2GJE8L._SL75_.jpg",
    "song": "Kit and Holly",
    "track_id": "9db8d659-3705-475c-9b04-e5e07cdfa6f6",
    "recording_id": null,
    "artist": "Echoboy",
    "artist_ids": [
        "e0f7c152-714e-4751-9bf6-375d6d146aff"
    ],
    "album": "Volume One",
    "release_id": "68b5c667-e879-4312-b7e5-4a17b564af8d",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2000-03-20",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}