Information about plays

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

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

{
    "id": 1336085,
    "uri": "https://api.kexp.org/v2/plays/1336085/?format=api",
    "airdate": "2008-02-08T04:25:26-08:00",
    "show": 23348,
    "show_uri": "https://api.kexp.org/v2/shows/23348/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51LAJKjAuFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51LAJKjAuFL._SL75_.jpg",
    "song": "Pacifying Joint",
    "track_id": null,
    "recording_id": null,
    "artist": "The Fall",
    "artist_ids": [
        "d5da1841-9bc8-4813-9f89-11098090148e"
    ],
    "album": "Fall Heads Roll",
    "release_id": "94051a34-5292-4721-81c6-715f94d8961b",
    "release_group_id": null,
    "labels": [
        "Narnack Records"
    ],
    "label_ids": [
        "7468130a-5a6d-4321-9c7f-9f2b3a393f03"
    ],
    "release_date": "2005-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}