Information about plays

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

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

{
    "id": 435782,
    "uri": "https://api.kexp.org/v2/plays/435782/?format=api",
    "airdate": "2001-06-18T02:40:00-07:00",
    "show": 7339,
    "show_uri": "https://api.kexp.org/v2/shows/7339/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/216JF05ZF6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/216JF05ZF6L._SL75_.jpg",
    "song": "Blood Bank",
    "track_id": "30c3224c-f1a2-4c34-92fa-6fa60525a02c",
    "recording_id": null,
    "artist": "Macabre",
    "artist_ids": [
        "f77e9a83-3bb0-494d-9c2a-c22dd57a190b"
    ],
    "album": "Dahmer",
    "release_id": "e4372baf-af08-4d03-b475-327d7dfbdcec",
    "release_group_id": null,
    "labels": [
        "Century Media"
    ],
    "label_ids": [
        "727ad90b-7ef4-48d2-8f16-c34016544822"
    ],
    "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"
}