Information about plays

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

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

{
    "id": 491922,
    "uri": "https://api.kexp.org/v2/plays/491922/?format=api",
    "airdate": "2001-11-30T11:19:00-08:00",
    "show": 8429,
    "show_uri": "https://api.kexp.org/v2/shows/8429/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41NGHT0452L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41NGHT0452L._SL75_.jpg",
    "song": "Beware of Darkness",
    "track_id": "f0bfd6dc-db40-4d7c-a2e0-62ede040556b",
    "recording_id": null,
    "artist": "George Harrison",
    "artist_ids": [
        "42a8f507-8412-4611-854f-926571049fa0"
    ],
    "album": "All Things Must Pass (disc 2)",
    "release_id": "8312e31f-4016-4a11-9c0b-28db4153f9c0",
    "release_group_id": null,
    "labels": [
        "Apple"
    ],
    "label_ids": [],
    "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"
}