Information about plays

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

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

{
    "id": 533852,
    "uri": "https://api.kexp.org/v2/plays/533852/?format=api",
    "airdate": "2002-04-02T11:37:06-08:00",
    "show": 9248,
    "show_uri": "https://api.kexp.org/v2/shows/9248/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41PB2RN13NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41PB2RN13NL._SL75_.jpg",
    "song": "Sunshine And Grease",
    "track_id": "7785d711-ecb1-491f-965c-da5b43bb80c5",
    "recording_id": null,
    "artist": "Royal Trux",
    "artist_ids": [
        "87e27246-8c40-407f-bfb3-5dc416557eeb"
    ],
    "album": "Pound for Pound",
    "release_id": "c6dc5add-1dff-4a83-b4f3-4002487b8686",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}