Information about plays

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

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

{
    "id": 1375282,
    "uri": "https://api.kexp.org/v2/plays/1375282/?format=api",
    "airdate": "2008-05-17T16:59:45-07:00",
    "show": 24004,
    "show_uri": "https://api.kexp.org/v2/shows/24004/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41PNYBBD9RL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41PNYBBD9RL._SL75_.jpg",
    "song": "Monkey Heart and the Horses' Leg",
    "track_id": "f2fab203-81a2-4707-9e78-116b3b58459d",
    "recording_id": null,
    "artist": "Preston School of Industry",
    "artist_ids": [
        "82612071-cfe2-4228-8ca0-bc96e02f5409"
    ],
    "album": "All This Sounds Gas",
    "release_id": "6d2f5c16-c59f-498c-8cd6-bb8389e611ae",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2001-08-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}