Information about plays

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

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

{
    "id": 492780,
    "uri": "https://api.kexp.org/v2/plays/492780/?format=api",
    "airdate": "2001-12-03T02:36:00-08:00",
    "show": 8449,
    "show_uri": "https://api.kexp.org/v2/shows/8449/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51R48J3D6WL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51R48J3D6WL._SL75_.jpg",
    "song": "Dionysiac",
    "track_id": "400d95e8-8105-42fd-84af-043c4d12218c",
    "recording_id": null,
    "artist": "Eat Static",
    "artist_ids": [
        "9cd39202-6c67-400a-b96e-df351c9f9484"
    ],
    "album": "Epsylon",
    "release_id": "42aa50ab-df65-46e9-894c-4dc6cca1e754",
    "release_group_id": null,
    "labels": [
        "Planet Dog"
    ],
    "label_ids": [
        "0477eac8-d15e-4fe2-8dae-2521d892eb1f"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}