Information about plays

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

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

{
    "id": 535775,
    "uri": "https://api.kexp.org/v2/plays/535775/?format=api",
    "airdate": "2002-04-08T04:03:43-07:00",
    "show": 9286,
    "show_uri": "https://api.kexp.org/v2/shows/9286/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51cgT6SQjWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51cgT6SQjWL._SL75_.jpg",
    "song": "Game of Pricks",
    "track_id": "381b6012-f5e5-4794-bb05-42e14464e3d1",
    "recording_id": null,
    "artist": "Guided By Voices",
    "artist_ids": [
        "6c85f4c3-026c-4c16-9a7c-f546f42ed0fb"
    ],
    "album": "Alien Lanes",
    "release_id": "20a4d60d-b812-48bc-ad79-e746f6c5f89c",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1995-04-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}