Information about plays

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

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

{
    "id": 533864,
    "uri": "https://api.kexp.org/v2/plays/533864/?format=api",
    "airdate": "2002-04-02T12:33:00-08:00",
    "show": 9248,
    "show_uri": "https://api.kexp.org/v2/shows/9248/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31CX3J42FBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31CX3J42FBL._SL75_.jpg",
    "song": "I Could Be Dreaming",
    "track_id": null,
    "recording_id": null,
    "artist": "Belle and Sebastian",
    "artist_ids": [
        "e5c7b94f-e264-473c-bb0f-37c85d4d5c70"
    ],
    "album": "Tigermilk",
    "release_id": "ae871d82-4914-4338-b2db-f91d723f9b18",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1999-07-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}