Information about plays

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

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

{
    "id": 1391265,
    "uri": "https://api.kexp.org/v2/plays/1391265/?format=api",
    "airdate": "2008-06-28T21:22:31-07:00",
    "show": 24282,
    "show_uri": "https://api.kexp.org/v2/shows/24282/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61WEx7%2B-xgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61WEx7%2B-xgL._SL75_.jpg",
    "song": "Keith's a Thief",
    "track_id": "14a8871f-7efb-492c-9b63-b4ad5fbcdfad",
    "recording_id": null,
    "artist": "The Toy Dolls",
    "artist_ids": [
        "c1c10a2a-241a-403a-a020-61545f31d374"
    ],
    "album": "Idle Gossip",
    "release_id": "cc5bb62c-1f58-409f-860d-821af94ec3ad",
    "release_group_id": null,
    "labels": [
        "Sanctuary Records"
    ],
    "label_ids": [
        "0b188c03-0909-4d18-b8b6-4eb93ca1471c"
    ],
    "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"
}