Information about plays

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

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

{
    "id": 455483,
    "uri": "https://api.kexp.org/v2/plays/455483/?format=api",
    "airdate": "2001-08-14T07:56:40-07:00",
    "show": 7712,
    "show_uri": "https://api.kexp.org/v2/shows/7712/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BCA95EN7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BCA95EN7L._SL75_.jpg",
    "song": "You Doo Right",
    "track_id": "22289f80-45c3-48ac-ab8b-e9e6e238c809",
    "recording_id": null,
    "artist": "The Geraldine Fibbers",
    "artist_ids": [
        "69090b57-8bb6-49bf-b546-ab82748c762f"
    ],
    "album": "Butch",
    "release_id": "281f053a-66e3-43e0-bd88-9d8d1c32103e",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "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"
}