Information about plays

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

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

{
    "id": 452965,
    "uri": "https://api.kexp.org/v2/plays/452965/?format=api",
    "airdate": "2001-08-07T02:30:00-07:00",
    "show": 7665,
    "show_uri": "https://api.kexp.org/v2/shows/7665/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41RWSTFE6WL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41RWSTFE6WL._SL75_.jpg",
    "song": "See Emily Play",
    "track_id": "0a15f7c8-a5b1-4dc3-b6d3-41ad84c8ba1b",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Pin Ups",
    "release_id": "dbdaa1fb-c409-4079-9d42-fdeb54bd41ed",
    "release_group_id": null,
    "labels": [
        "RYCO"
    ],
    "label_ids": [],
    "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"
}