Information about plays

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

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

{
    "id": 534127,
    "uri": "https://api.kexp.org/v2/plays/534127/?format=api",
    "airdate": "2002-04-03T05:57:08-08:00",
    "show": 9252,
    "show_uri": "https://api.kexp.org/v2/shows/9252/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31XBmaqd4sL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31XBmaqd4sL._SL75_.jpg",
    "song": "Harley Davidson",
    "track_id": "d6b54d24-d9e4-4bf8-a1c0-6e3b515c1df3",
    "recording_id": null,
    "artist": "Depth Charge",
    "artist_ids": [
        "811511dd-804f-49c8-988b-ce97a91f479c"
    ],
    "album": "Lust",
    "release_id": "d324a978-f8e1-44a4-837b-cb84002af240",
    "release_group_id": null,
    "labels": [
        "Recless DC Music"
    ],
    "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"
}