Information about plays

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

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

{
    "id": 535020,
    "uri": "https://api.kexp.org/v2/plays/535020/?format=api",
    "airdate": "2002-04-05T18:48:38-08:00",
    "show": 9268,
    "show_uri": "https://api.kexp.org/v2/shows/9268/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WZ73P8DJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WZ73P8DJL._SL75_.jpg",
    "song": "Nitro",
    "track_id": "4b073233-67af-4c03-92ed-892ebe458109",
    "recording_id": null,
    "artist": "Dick Dale",
    "artist_ids": [
        "cc6115aa-379c-4133-9f46-5743a4a341d0"
    ],
    "album": "Tribal Thunder",
    "release_id": "810a0525-8457-4184-973d-0ea2370faa76",
    "release_group_id": null,
    "labels": [
        "Hightone"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}