Information about plays

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

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

{
    "id": 533697,
    "uri": "https://api.kexp.org/v2/plays/533697/?format=api",
    "airdate": "2002-04-02T00:39:38-08:00",
    "show": 9245,
    "show_uri": "https://api.kexp.org/v2/shows/9245/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51bX1DXmr7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51bX1DXmr7L._SL75_.jpg",
    "song": "Solution",
    "track_id": "a582bd89-83f3-4d1f-863a-f34087cafbd0",
    "recording_id": null,
    "artist": "King Sunny Ade",
    "artist_ids": [
        "3e110caa-e9e8-4c33-98dc-ebbf0c6d2494"
    ],
    "album": "Seven Degrees North",
    "release_id": "6fbaba7c-8f5d-4d38-8071-23edcac70825",
    "release_group_id": null,
    "labels": [
        "Mesa"
    ],
    "label_ids": [],
    "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"
}