Information about plays

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

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

{
    "id": 431016,
    "uri": "https://api.kexp.org/v2/plays/431016/?format=api",
    "airdate": "2001-06-03T20:17:08-07:00",
    "show": 7249,
    "show_uri": "https://api.kexp.org/v2/shows/7249/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YdEmGJvGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YdEmGJvGL._SL75_.jpg",
    "song": "Casino Royale",
    "track_id": "ea914ccc-ea66-4b7e-bc6f-b5154474d333",
    "recording_id": null,
    "artist": "DJ Zinc",
    "artist_ids": [
        "174d9bdb-4e9c-4c42-8e6a-a29db39bdda5"
    ],
    "album": "FabricLive 03: DJ Hype",
    "release_id": "fb9f674f-b126-4814-8cd0-5c122345e83a",
    "release_group_id": null,
    "labels": [
        "True Playaz"
    ],
    "label_ids": [
        "e414b5ec-2cbd-4180-8e30-42a832200da9"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}