Information about plays

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

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

{
    "id": 533882,
    "uri": "https://api.kexp.org/v2/plays/533882/?format=api",
    "airdate": "2002-04-02T13:54:53-08:00",
    "show": 9248,
    "show_uri": "https://api.kexp.org/v2/shows/9248/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41VBbJeKzdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41VBbJeKzdL._SL75_.jpg",
    "song": "Recognise and Realise",
    "track_id": "46ae7af8-c631-4749-b6be-d2b40be815ed",
    "recording_id": null,
    "artist": "Us3",
    "artist_ids": [
        "b370defd-86cc-42f3-85b4-7c2a8305c04a"
    ],
    "album": "Broadway & 52nd",
    "release_id": "231119ad-9da1-4737-a872-232526abdeb5",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1997-03-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}