Information about plays

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

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

{
    "id": 454095,
    "uri": "https://api.kexp.org/v2/plays/454095/?format=api",
    "airdate": "2001-08-10T04:53:20-07:00",
    "show": 7683,
    "show_uri": "https://api.kexp.org/v2/shows/7683/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51E1NPV%2Bj-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51E1NPV%2Bj-L._SL75_.jpg",
    "song": "Same Grain With New Wood",
    "track_id": "c37be54f-36be-4478-80eb-f187d417fa64",
    "recording_id": null,
    "artist": "Pullman",
    "artist_ids": [
        "114091b0-a9eb-4852-86a5-4e1644fc2fee"
    ],
    "album": "Viewfinder",
    "release_id": "e8f3907e-2db4-44b4-ae20-a5deb0d33506",
    "release_group_id": null,
    "labels": [
        "Thrill Jockey"
    ],
    "label_ids": [
        "5194917c-215b-4094-b5ec-4005e408b2df"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}