Information about plays

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

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

{
    "id": 471227,
    "uri": "https://api.kexp.org/v2/plays/471227/?format=api",
    "airdate": "2001-09-29T13:41:15-07:00",
    "show": 8022,
    "show_uri": "https://api.kexp.org/v2/shows/8022/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417SKGGNV7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417SKGGNV7L._SL75_.jpg",
    "song": "A Song From Under the Floorboards",
    "track_id": "dbbead55-621f-4581-b8df-7bc57dc72a56",
    "recording_id": null,
    "artist": "Magazine",
    "artist_ids": [
        "043324ca-100d-48ce-8c7c-fd015afc103b"
    ],
    "album": "The Correct Use of Soap",
    "release_id": "afc6a0f8-a484-4db8-8f69-ee8048542748",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}