Information about plays

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

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

{
    "id": 518707,
    "uri": "https://api.kexp.org/v2/plays/518707/?format=api",
    "airdate": "2002-02-17T10:37:00-08:00",
    "show": 8950,
    "show_uri": "https://api.kexp.org/v2/shows/8950/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41TPPNE7XZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41TPPNE7XZL._SL75_.jpg",
    "song": "Sober",
    "track_id": "d9b807c2-20f9-480d-a299-bbd35a677f69",
    "recording_id": null,
    "artist": "Carolyn Wonderland & The Imperial Monkeys",
    "artist_ids": [
        "84dca87c-6d9e-4c5d-9d32-26d721611966"
    ],
    "album": "Alcohol & Salvation",
    "release_id": "386a2cba-d5a2-4321-9c4d-ab48a0cc06ff",
    "release_group_id": null,
    "labels": [
        "Wonderchicken"
    ],
    "label_ids": [],
    "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"
}