Information about plays

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

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

{
    "id": 1323217,
    "uri": "https://api.kexp.org/v2/plays/1323217/?format=api",
    "airdate": "2008-01-06T22:40:50-08:00",
    "show": 23136,
    "show_uri": "https://api.kexp.org/v2/shows/23136/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51j2%2By4MUzL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51j2%2By4MUzL._SL75_.jpg",
    "song": "Trace",
    "track_id": "a3c48fc9-7844-4e41-a931-7ada0ca884d6",
    "recording_id": null,
    "artist": "Fennesz & Sakamoto",
    "artist_ids": [
        "0460fa37-b2e9-4607-b295-5654ff51cd35"
    ],
    "album": "Cendre",
    "release_id": "ad6c808f-2948-478a-aad5-3e02a9692e67",
    "release_group_id": null,
    "labels": [
        "Commmons"
    ],
    "label_ids": [
        "038f19d9-8e57-48b9-a7d8-a31a364b6487"
    ],
    "release_date": "2007-03-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}