Information about plays

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

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

{
    "id": 451474,
    "uri": "https://api.kexp.org/v2/plays/451474/?format=api",
    "airdate": "2001-08-02T15:14:07-07:00",
    "show": 7635,
    "show_uri": "https://api.kexp.org/v2/shows/7635/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21VY0Z1WBQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21VY0Z1WBQL._SL75_.jpg",
    "song": "Shoeshine",
    "track_id": null,
    "recording_id": null,
    "artist": "The Bats",
    "artist_ids": [
        "ab12633b-696e-461a-ac43-f68a26355fa5"
    ],
    "album": "Couchmaster",
    "release_id": "46c6dc78-e21b-458b-94f4-b38798adaf58",
    "release_group_id": null,
    "labels": [
        "Mammoth Records"
    ],
    "label_ids": [
        "fff50bfe-ecdb-4d2c-882d-a86190d9dd55"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}