Information about plays

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

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

{
    "id": 1177867,
    "uri": "https://api.kexp.org/v2/plays/1177867/?format=api",
    "airdate": "2006-12-28T09:25:18-08:00",
    "show": 20653,
    "show_uri": "https://api.kexp.org/v2/shows/20653/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/615A2ued9jL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/615A2ued9jL._SL75_.jpg",
    "song": "Black Powder",
    "track_id": "58bb82a5-a58d-477e-a28b-1b8892f08b2f",
    "recording_id": null,
    "artist": "MOTOR",
    "artist_ids": [
        "9ef3d815-e095-4e9d-ae6e-a3a4d5ebf94d"
    ],
    "album": "Klunk",
    "release_id": "6ef8defa-ea52-4067-bb82-3d0a58492960",
    "release_group_id": null,
    "labels": [
        "novamute"
    ],
    "label_ids": [
        "1f3c9a05-aceb-49e9-8aab-036eed57db1f"
    ],
    "release_date": "2006-04-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}