Information about plays

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

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

{
    "id": 459816,
    "uri": "https://api.kexp.org/v2/plays/459816/?format=api",
    "airdate": "2001-08-26T19:00:00-07:00",
    "show": 7799,
    "show_uri": "https://api.kexp.org/v2/shows/7799/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Hb8FWEwFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Hb8FWEwFL._SL75_.jpg",
    "song": "The X (Y'all Know the Name) (feat. Pharoahe Monch, Xzibit, Inspectah Deck & Skillz)",
    "track_id": "43888823-b466-4a2b-8153-4112038c0031",
    "recording_id": null,
    "artist": "X-Ecutioners",
    "artist_ids": [
        "9bb0ae46-c22c-499f-915f-9b4fc8d4f767"
    ],
    "album": "Built From Scratch",
    "release_id": "ade3ce43-b285-404b-acf7-3293400c1fec",
    "release_group_id": null,
    "labels": [
        "Loud Records"
    ],
    "label_ids": [
        "32f6ca53-2be0-4dcd-8c08-e46eb6a018aa"
    ],
    "release_date": "2001-09-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}