Information about plays

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

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

{
    "id": 414362,
    "uri": "https://api.kexp.org/v2/plays/414362/?format=api",
    "airdate": "2001-01-02T00:41:58-08:00",
    "show": 6903,
    "show_uri": "https://api.kexp.org/v2/shows/6903/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51l-DmuALkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51l-DmuALkL._SL75_.jpg",
    "song": "So Paranoid",
    "track_id": null,
    "recording_id": null,
    "artist": "The Warlocks",
    "artist_ids": [
        "e6e688f7-7f7f-4b3e-9af6-926d97c03b53"
    ],
    "album": "Heavy Deavy Skull Lover",
    "release_id": "fe7095a4-73d3-4908-afe0-3a2c1fa15e03",
    "release_group_id": null,
    "labels": [
        "Tee Pee Records"
    ],
    "label_ids": [
        "4081ad06-da69-498c-a7bf-c119bc46684c"
    ],
    "release_date": "2007-11-23",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}