Information about plays

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

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

{
    "id": 418552,
    "uri": "https://api.kexp.org/v2/plays/418552/?format=api",
    "airdate": "2001-04-26T18:24:32-07:00",
    "show": 6993,
    "show_uri": "https://api.kexp.org/v2/shows/6993/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HFB9R23EL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HFB9R23EL._SL75_.jpg",
    "song": "Livin' It Down",
    "track_id": "9bed13e1-4b51-47d9-9d6d-8fde8e5a7ad9",
    "recording_id": null,
    "artist": "Delbert McClinton",
    "artist_ids": [
        "d0a2f884-96a6-4f21-9f20-0893fd34a55a"
    ],
    "album": "Nothing Personal",
    "release_id": "16a134bb-02f6-4621-ad8b-64829952d170",
    "release_group_id": null,
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}