Information about plays

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

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

{
    "id": 460756,
    "uri": "https://api.kexp.org/v2/plays/460756/?format=api",
    "airdate": "2001-08-29T11:20:00-07:00",
    "show": 7817,
    "show_uri": "https://api.kexp.org/v2/shows/7817/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514MrwD4yzL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514MrwD4yzL._SL75_.jpg",
    "song": "Horse",
    "track_id": "aa5a95c8-4abd-4bac-af9f-103a51be3856",
    "recording_id": null,
    "artist": "The Jesus Lizard",
    "artist_ids": [
        "dfebd6c0-dae7-4cc8-a8e9-0dbaa382209f"
    ],
    "album": "Down",
    "release_id": "46b76193-bf9e-4f57-a142-be73b5b11058",
    "release_group_id": null,
    "labels": [
        "Touch"
    ],
    "label_ids": [
        "1ecdc566-ef0e-4b76-843c-f45c46402f5d"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}