Information about plays

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

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

{
    "id": 534138,
    "uri": "https://api.kexp.org/v2/plays/534138/?format=api",
    "airdate": "2002-04-03T06:48:16-08:00",
    "show": 9253,
    "show_uri": "https://api.kexp.org/v2/shows/9253/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51hmGtD3GoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51hmGtD3GoL._SL75_.jpg",
    "song": "B Boy Blunt",
    "track_id": null,
    "recording_id": null,
    "artist": "Bows",
    "artist_ids": [
        "52faf991-f17f-46da-99fa-324e853cc6e2"
    ],
    "album": "Cassidy",
    "release_id": "6124f3ce-076d-4322-ad0a-11a49792da9c",
    "release_group_id": null,
    "labels": [
        "Too Pure"
    ],
    "label_ids": [
        "ae5ab1f6-8ce6-4af0-9268-442b9067f537"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}