Information about plays

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

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

{
    "id": 1285196,
    "uri": "https://api.kexp.org/v2/plays/1285196/?format=api",
    "airdate": "2007-09-29T23:56:00-07:00",
    "show": 22486,
    "show_uri": "https://api.kexp.org/v2/shows/22486/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61gk3bZjZtL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61gk3bZjZtL._SL75_.jpg",
    "song": "Grounds for Divorce",
    "track_id": "dfdf141b-a880-4837-861a-f50f62721930",
    "recording_id": null,
    "artist": "Big Business",
    "artist_ids": [
        "97bb32a9-a490-403f-8eda-cd33d9466059"
    ],
    "album": "Here Come the Waterworks",
    "release_id": "6f90889f-2e54-4412-9da4-1d1c094f1b20",
    "release_group_id": null,
    "labels": [
        "Hydra Head Records"
    ],
    "label_ids": [
        "4d204722-f022-4b6e-8b76-0e06a45ffcdc"
    ],
    "release_date": "2007-03-06",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}