Information about plays

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

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

{
    "id": 516477,
    "uri": "https://api.kexp.org/v2/plays/516477/?format=api",
    "airdate": "2002-02-11T03:45:00-08:00",
    "show": 8911,
    "show_uri": "https://api.kexp.org/v2/shows/8911/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11B2N07ZECL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11B2N07ZECL._SL75_.jpg",
    "song": "Control I'm Here",
    "track_id": "28a49d95-77dc-48ca-8771-8b64f71c3cc3",
    "recording_id": null,
    "artist": "Nitzer Ebb",
    "artist_ids": [
        "d260c14e-2ef1-4d3d-8739-70d517efac8a"
    ],
    "album": "Belief",
    "release_id": "ff2dfe78-a2f3-42dd-b04b-a46fffcedb21",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1989-01-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}