Information about plays

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

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

{
    "id": 1233452,
    "uri": "https://api.kexp.org/v2/plays/1233452/?format=api",
    "airdate": "2007-05-20T12:09:36-07:00",
    "show": 21608,
    "show_uri": "https://api.kexp.org/v2/shows/21608/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417CGXJF3ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417CGXJF3ZL._SL75_.jpg",
    "song": "Everybody Loves Me But You",
    "track_id": null,
    "recording_id": null,
    "artist": "Juliana Hatfield",
    "artist_ids": [
        "f8bf63aa-9bc9-4c03-8673-396cfd5d3cab"
    ],
    "album": "Hey Babe",
    "release_id": "95902980-2c64-4a08-bd22-f620bd04e55f",
    "release_group_id": null,
    "labels": [
        "Mammoth Records"
    ],
    "label_ids": [
        "fff50bfe-ecdb-4d2c-882d-a86190d9dd55"
    ],
    "release_date": "1992-03-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}