Information about plays

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

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

{
    "id": 1411893,
    "uri": "https://api.kexp.org/v2/plays/1411893/?format=api",
    "airdate": "2008-08-19T22:14:44-07:00",
    "show": 24631,
    "show_uri": "https://api.kexp.org/v2/shows/24631/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61T4dxfaJAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61T4dxfaJAL._SL75_.jpg",
    "song": "Liked You Better Before",
    "track_id": "f246263f-0cef-4fee-9a76-cfe7aa7067f6",
    "recording_id": null,
    "artist": "Little Jackie",
    "artist_ids": [
        "5ff2bcf5-6c76-4731-b223-9820427b44d8"
    ],
    "album": "The Stoop",
    "release_id": "d19f4f86-bfbc-49a8-9d79-10c726e92ab0",
    "release_group_id": null,
    "labels": [
        "S‐Curve Records"
    ],
    "label_ids": [
        "508797d9-e5c3-4376-be2e-30b3bb58eca7"
    ],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}