Information about plays

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

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

{
    "id": 510812,
    "uri": "https://api.kexp.org/v2/plays/510812/?format=api",
    "airdate": "2002-01-25T17:46:00-08:00",
    "show": 8798,
    "show_uri": "https://api.kexp.org/v2/shows/8798/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-b55452VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-b55452VL._SL75_.jpg",
    "song": "Floating Fruit Boogie",
    "track_id": "74091ab9-1e46-458e-94a7-1faa70d4867a",
    "recording_id": null,
    "artist": "J.B. Hutto & The New Hawks",
    "artist_ids": [
        "586b8cb6-bb60-48fe-a486-1c3ec511b5c7"
    ],
    "album": "Rock With Me Tonight",
    "release_id": "d9862047-7014-4970-9341-792277e67be3",
    "release_group_id": null,
    "labels": [
        "Bullseye Blues"
    ],
    "label_ids": [
        "3d265791-0123-4811-a223-751edb2759a6"
    ],
    "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"
}