Information about plays

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

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

{
    "id": 516045,
    "uri": "https://api.kexp.org/v2/plays/516045/?format=api",
    "airdate": "2002-02-09T14:26:00-08:00",
    "show": 8897,
    "show_uri": "https://api.kexp.org/v2/shows/8897/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/415XBZYMXKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/415XBZYMXKL._SL75_.jpg",
    "song": "Double Barrel",
    "track_id": "b0c9c237-9dc9-4f39-a02b-7abe172c4b21",
    "recording_id": null,
    "artist": "Dave & Ansel Collins",
    "artist_ids": [
        "339248fd-883b-4b2d-8803-62a7ded53e23"
    ],
    "album": "The Reggae Box (disc 1)",
    "release_id": "ee4005a8-e3f7-414d-95c7-1af4135b6f19",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}