Information about plays

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

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

{
    "id": 419523,
    "uri": "https://api.kexp.org/v2/plays/419523/?format=api",
    "airdate": "2001-04-29T20:00:00-07:00",
    "show": 7015,
    "show_uri": "https://api.kexp.org/v2/shows/7015/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411CG9QE4QL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411CG9QE4QL._SL75_.jpg",
    "song": "The Flute Tune",
    "track_id": "84854b77-f8ca-4220-b518-9119270fff77",
    "recording_id": null,
    "artist": "Hidden Agenda",
    "artist_ids": [
        "45af16db-5581-44df-bf8d-44c4ea0e8649"
    ],
    "album": "Metalheadz Presents: Platinum Breakz (disc 1)",
    "release_id": "52f550b0-d013-4396-89fe-4961b2d244af",
    "release_group_id": null,
    "labels": [
        "Metalheadz"
    ],
    "label_ids": [
        "c0192e1c-cd6b-48fe-abe0-31e495596920"
    ],
    "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"
}