Information about plays

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

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

{
    "id": 457074,
    "uri": "https://api.kexp.org/v2/plays/457074/?format=api",
    "airdate": "2001-08-18T16:28:25-07:00",
    "show": 7739,
    "show_uri": "https://api.kexp.org/v2/shows/7739/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21TMV3VD9ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21TMV3VD9ZL._SL75_.jpg",
    "song": "Double Barrel",
    "track_id": "d507769c-fc6c-46fe-a948-a78bcca0bf46",
    "recording_id": null,
    "artist": "Dave & Ansel Collins",
    "artist_ids": [
        "339248fd-883b-4b2d-8803-62a7ded53e23"
    ],
    "album": "Tougher Than Tough: The Story of Jamaican Music (disc 2: Reggae Hit the Town 1968-1974)",
    "release_id": "c170db7c-3202-4979-b9e4-f3fd33a65079",
    "release_group_id": null,
    "labels": [
        "Mango Records"
    ],
    "label_ids": [
        "0d16f1cf-619b-4f08-a6ce-8588a810d764"
    ],
    "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"
}