Information about plays

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

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

{
    "id": 444753,
    "uri": "https://api.kexp.org/v2/plays/444753/?format=api",
    "airdate": "2001-07-13T13:45:52-07:00",
    "show": 7505,
    "show_uri": "https://api.kexp.org/v2/shows/7505/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61AluAhpv8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61AluAhpv8L._SL75_.jpg",
    "song": "Lick a Shot",
    "track_id": "b810b19f-3cf2-425d-ad84-5e368d90052b",
    "recording_id": null,
    "artist": "Cypress Hill",
    "artist_ids": [
        "51508c1f-8d07-4a00-9cf1-26c570fe7b78"
    ],
    "album": "Black Sunday",
    "release_id": "1ff5db06-c03f-4fb7-b314-a7d804d27944",
    "release_group_id": null,
    "labels": [
        "Ruffhouse/Columbia"
    ],
    "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"
}