Information about plays

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

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

{
    "id": 428221,
    "uri": "https://api.kexp.org/v2/plays/428221/?format=api",
    "airdate": "2001-05-26T03:12:51-07:00",
    "show": 7191,
    "show_uri": "https://api.kexp.org/v2/shows/7191/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21NKWEW7ATL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21NKWEW7ATL._SL75_.jpg",
    "song": "Busted",
    "track_id": "ca844291-fd82-4c0e-b0a9-95b40c314ecc",
    "recording_id": null,
    "artist": "Violet Indiana",
    "artist_ids": [
        "5ec872b7-0645-4d9a-b067-bda029238df8"
    ],
    "album": "Roulette",
    "release_id": "0ad8a83a-7070-4cd0-bfae-aa5ca18fda8f",
    "release_group_id": null,
    "labels": [
        "Instinct"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}