Information about plays

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

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

{
    "id": 533454,
    "uri": "https://api.kexp.org/v2/plays/533454/?format=api",
    "airdate": "2002-04-01T06:48:53-08:00",
    "show": 9241,
    "show_uri": "https://api.kexp.org/v2/shows/9241/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/612kYodFgaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/612kYodFgaL._SL75_.jpg",
    "song": "Mockingbirds",
    "track_id": null,
    "recording_id": null,
    "artist": "Grant Lee Buffalo",
    "artist_ids": [
        "b2ccf20a-0569-4375-a486-7ca9c5e65afc"
    ],
    "album": "Mighty Joe Moon",
    "release_id": "35adc396-c0f9-4b40-9947-8d493d5b9a6b",
    "release_group_id": null,
    "labels": [
        "Slash Records"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1994-09-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}