Information about plays

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

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

{
    "id": 516657,
    "uri": "https://api.kexp.org/v2/plays/516657/?format=api",
    "airdate": "2002-02-11T16:30:00-08:00",
    "show": 8914,
    "show_uri": "https://api.kexp.org/v2/shows/8914/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51imDBxzgaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51imDBxzgaL._SL75_.jpg",
    "song": "Rappaz",
    "track_id": "abbfa2f0-0550-4d80-ba45-153ee0ee64e6",
    "recording_id": null,
    "artist": "Das EFX",
    "artist_ids": [
        "2ed45dd0-6a96-4459-af32-bc74e7a7f387"
    ],
    "album": "Straight Up Sewaside",
    "release_id": "8b22d19e-3b3d-4a9e-8b9b-9404255e2af0",
    "release_group_id": null,
    "labels": [
        "EastWest Records America"
    ],
    "label_ids": [
        "1b65f6a5-8214-4add-b5ad-5af191b4572c"
    ],
    "release_date": "1993-11-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}