Information about plays

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

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

{
    "id": 506110,
    "uri": "https://api.kexp.org/v2/plays/506110/?format=api",
    "airdate": "2002-01-11T18:44:00-08:00",
    "show": 8704,
    "show_uri": "https://api.kexp.org/v2/shows/8704/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/610832GBT3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/610832GBT3L._SL75_.jpg",
    "song": "Rawhide",
    "track_id": "8e7d01b2-8a18-45c5-ad7a-1f239b6e9c70",
    "recording_id": null,
    "artist": "Link Wray",
    "artist_ids": [
        "1c1c86a2-7850-47ac-8771-ae6359bae2b7"
    ],
    "album": "Whistle Bait!",
    "release_id": "dd75a661-3cab-4e14-9838-e2062946a681",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}