Information about plays

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

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

{
    "id": 501011,
    "uri": "https://api.kexp.org/v2/plays/501011/?format=api",
    "airdate": "2001-12-27T14:06:00-08:00",
    "show": 8603,
    "show_uri": "https://api.kexp.org/v2/shows/8603/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41k1lRku2PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41k1lRku2PL._SL75_.jpg",
    "song": "Anything More",
    "track_id": "38f147a9-49c4-4c24-bf1f-5dbb6011ee4a",
    "recording_id": null,
    "artist": "Spiritualized",
    "artist_ids": [
        "65041e06-83d2-4987-ae52-c17a915fc82a"
    ],
    "album": "Let It Come Down",
    "release_id": "ba3cf6bf-f056-4567-956b-b1714bc5ee3b",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "2001-09-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}