Information about plays

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

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

{
    "id": 457502,
    "uri": "https://api.kexp.org/v2/plays/457502/?format=api",
    "airdate": "2001-08-20T04:10:54-07:00",
    "show": 7754,
    "show_uri": "https://api.kexp.org/v2/shows/7754/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21ZYTNY66SL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21ZYTNY66SL._SL75_.jpg",
    "song": "Call & Response",
    "track_id": "ef537c2e-2cbd-4524-88a7-766665eca98e",
    "recording_id": null,
    "artist": "Source Direct",
    "artist_ids": [
        "73764092-6736-49f7-992f-bda135d07356"
    ],
    "album": "Controlled Developments",
    "release_id": "40a31ff6-8222-4618-9201-86bf764b8c75",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}