Information about plays

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

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

{
    "id": 1402356,
    "uri": "https://api.kexp.org/v2/plays/1402356/?format=api",
    "airdate": "2008-07-26T22:44:00-07:00",
    "show": 24467,
    "show_uri": "https://api.kexp.org/v2/shows/24467/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/315NR9JJBYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/315NR9JJBYL._SL75_.jpg",
    "song": "H.O.!",
    "track_id": "f95babfc-0dc7-428d-ad2f-706bc187b3dd",
    "recording_id": null,
    "artist": "The Toy Dolls",
    "artist_ids": [
        "c1c10a2a-241a-403a-a020-61545f31d374"
    ],
    "album": "Singles 83/84",
    "release_id": "5fb1ced3-6198-4f01-8533-58753cfa6d08",
    "release_group_id": null,
    "labels": [
        "Volume"
    ],
    "label_ids": [
        "e3e60969-81f7-48ef-a6bd-65010f9b87aa"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}