Information about plays

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

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

{
    "id": 1195865,
    "uri": "https://api.kexp.org/v2/plays/1195865/?format=api",
    "airdate": "2007-02-12T03:38:08-08:00",
    "show": 20964,
    "show_uri": "https://api.kexp.org/v2/shows/20964/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41TZY1FF3BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41TZY1FF3BL._SL75_.jpg",
    "song": "Testify",
    "track_id": "c70f442b-ff18-4237-974e-59343b3f6e7b",
    "recording_id": null,
    "artist": "Parliament",
    "artist_ids": [
        "d1947987-9614-49ae-bd36-8000e6b6f7d0"
    ],
    "album": "Up for the Down Stroke",
    "release_id": "fa9e2b8e-72f1-4196-bee1-4614001f17a6",
    "release_group_id": null,
    "labels": [
        "Casablanca Records"
    ],
    "label_ids": [
        "98f93684-2a6f-4d40-ac6a-41fd0cc8ecc8"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}