Information about plays

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

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

{
    "id": 458257,
    "uri": "https://api.kexp.org/v2/plays/458257/?format=api",
    "airdate": "2001-08-22T04:53:41-07:00",
    "show": 7766,
    "show_uri": "https://api.kexp.org/v2/shows/7766/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61LbUf%2B6-AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61LbUf%2B6-AL._SL75_.jpg",
    "song": "Tried So Hard",
    "track_id": "d7eb76be-5911-4058-80cf-d9ab9270a3e1",
    "recording_id": null,
    "artist": "Gong",
    "artist_ids": [
        "5927990e-34bb-493f-b5da-b7b28d43698f"
    ],
    "album": "Camembert Electrique",
    "release_id": "bee3129e-ab64-40fb-8daf-281a8089d808",
    "release_group_id": null,
    "labels": [
        "Charly"
    ],
    "label_ids": [],
    "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"
}