Information about plays

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

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

{
    "id": 1256615,
    "uri": "https://api.kexp.org/v2/plays/1256615/?format=api",
    "airdate": "2007-07-19T17:55:24-07:00",
    "show": 22006,
    "show_uri": "https://api.kexp.org/v2/shows/22006/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61hcpkLCHML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61hcpkLCHML._SL75_.jpg",
    "song": "Barefoot on Tiptoe",
    "track_id": "12b87a24-9ffb-4c88-bb08-b415ba9f737d",
    "recording_id": null,
    "artist": "Life on Earth!",
    "artist_ids": [
        "8c90827b-71a9-4766-8f1c-8eb4fb7d9603"
    ],
    "album": "Look!! There Is Life on Earth!",
    "release_id": "e2a87748-0cbc-438c-9eda-8c38fb355b1e",
    "release_group_id": null,
    "labels": [
        "Subliminal Sounds"
    ],
    "label_ids": [
        "06f12d41-1ad4-4c83-a9bb-dfacf80df9d9"
    ],
    "release_date": "2007-04-17",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}