Information about plays

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

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

{
    "id": 517874,
    "uri": "https://api.kexp.org/v2/plays/517874/?format=api",
    "airdate": "2002-02-14T19:06:00-08:00",
    "show": 8933,
    "show_uri": "https://api.kexp.org/v2/shows/8933/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XQ1R2TH6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XQ1R2TH6L._SL75_.jpg",
    "song": "Why Drunky?",
    "track_id": "0f4217f2-271b-433b-b451-91ad70971303",
    "recording_id": null,
    "artist": "The Blacks",
    "artist_ids": [
        "fe281bf2-53fd-4b5f-a5db-809593c9929f"
    ],
    "album": "Down to the Promised Land: 5 Years of Bloodshot Records (disc 1)",
    "release_id": "a41e87c7-8327-4c11-a112-766ccf5540ac",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": "2000-06-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}