Information about plays

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

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

{
    "id": 452457,
    "uri": "https://api.kexp.org/v2/plays/452457/?format=api",
    "airdate": "2001-08-05T14:51:00-07:00",
    "show": 7654,
    "show_uri": "https://api.kexp.org/v2/shows/7654/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61l7jk433dL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61l7jk433dL._SL75_.jpg",
    "song": "Miserlou",
    "track_id": null,
    "recording_id": null,
    "artist": "Dick Dale and His Del-Tones",
    "artist_ids": [
        "820263ae-ab51-426d-85e9-bed5a74f00e1"
    ],
    "album": "King of the Surf Guitar: The Best of Dick Dale and His Del-Tones",
    "release_id": "1fc68fff-7c76-4f9d-af78-c7c35970de5a",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1989-08-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}