Information about plays

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

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

{
    "id": 415958,
    "uri": "https://api.kexp.org/v2/plays/415958/?format=api",
    "airdate": "2001-04-18T08:14:07-07:00",
    "show": 6941,
    "show_uri": "https://api.kexp.org/v2/shows/6941/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21tjE4IJfYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21tjE4IJfYL._SL75_.jpg",
    "song": "Anything Anthology",
    "track_id": "259440cc-7fde-4e3a-add3-183483f4700d",
    "recording_id": null,
    "artist": "The Butchies",
    "artist_ids": [
        "adf334c2-9186-48cd-afcc-c748dd47e9b4"
    ],
    "album": "3",
    "release_id": "769c3039-9771-48fb-ade3-a18afb30b30b",
    "release_group_id": null,
    "labels": [
        "Mr. Lady Records"
    ],
    "label_ids": [
        "5d4b7256-2317-472c-8d5f-cd5f2d8f8f20"
    ],
    "release_date": "2001-04-17",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}