Information about plays

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

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

{
    "id": 535623,
    "uri": "https://api.kexp.org/v2/plays/535623/?format=api",
    "airdate": "2002-04-07T18:16:21-07:00",
    "show": 9284,
    "show_uri": "https://api.kexp.org/v2/shows/9284/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411Z227SW6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411Z227SW6L._SL75_.jpg",
    "song": "Man in the Box",
    "track_id": "6f595aca-9d6c-4883-8581-007ef3f05241",
    "recording_id": null,
    "artist": "Sleep",
    "artist_ids": [
        "11bed36a-10ca-43c5-9554-c85ee3eb7de8"
    ],
    "album": "Riot by Candlelight",
    "release_id": "8c055a36-2177-4bc4-b71a-c32ddbb11996",
    "release_group_id": null,
    "labels": [
        "Under The Needle"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}