Information about plays

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

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

{
    "id": 419182,
    "uri": "https://api.kexp.org/v2/plays/419182/?format=api",
    "airdate": "2001-04-28T15:53:20-07:00",
    "show": 7005,
    "show_uri": "https://api.kexp.org/v2/shows/7005/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41FPR86GFEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41FPR86GFEL._SL75_.jpg",
    "song": "Flim",
    "track_id": null,
    "recording_id": null,
    "artist": "Aphex Twin",
    "artist_ids": [
        "f22942a1-6f70-4f48-866e-238cb2308fbd"
    ],
    "album": "Come to Daddy",
    "release_id": "a9e62f8c-6dcc-4b58-bc73-309ac1768d75",
    "release_group_id": null,
    "labels": [
        "Warp Records"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "1997-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}