Information about plays

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

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

{
    "id": 1414968,
    "uri": "https://api.kexp.org/v2/plays/1414968/?format=api",
    "airdate": "2008-08-27T15:19:19-07:00",
    "show": 24681,
    "show_uri": "https://api.kexp.org/v2/shows/24681/?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": "The Stoop",
    "track_id": "db5d353f-e39d-496c-a32c-083697ed04bd",
    "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": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2008-09-11",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}