Information about plays

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

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

{
    "id": 1394430,
    "uri": "https://api.kexp.org/v2/plays/1394430/?format=api",
    "airdate": "2008-07-06T21:13:59-07:00",
    "show": 24336,
    "show_uri": "https://api.kexp.org/v2/shows/24336/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Dz12cetqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Dz12cetqL._SL75_.jpg",
    "song": "Summer Madness",
    "track_id": "0c9186e1-bfb9-4140-a96a-890ff8dbcbe1",
    "recording_id": null,
    "artist": "Kool & The Gang",
    "artist_ids": [
        "2469950a-f0ca-425a-bfbc-baf55ea3afde"
    ],
    "album": "Light Of Worlds",
    "release_id": "80c66e61-a052-4437-853e-094a24ec7ed3",
    "release_group_id": null,
    "labels": [
        "Mercury"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}