Information about plays

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

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

{
    "id": 1177940,
    "uri": "https://api.kexp.org/v2/plays/1177940/?format=api",
    "airdate": "2006-12-28T15:09:04-08:00",
    "show": 20655,
    "show_uri": "https://api.kexp.org/v2/shows/20655/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/6123hsovyYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/6123hsovyYL._SL75_.jpg",
    "song": "Hello New World",
    "track_id": "fe1e35bf-86f6-460b-9e7b-b9f86cb0a1bb",
    "recording_id": null,
    "artist": "Clipse",
    "artist_ids": [
        "e6424fa5-08d3-41c6-96f3-8549f733708c"
    ],
    "album": "Hell Hath No Fury",
    "release_id": "50a8e9f7-dad9-4af9-8a87-acd23292e69f",
    "release_group_id": null,
    "labels": [
        "Re-Up Gang"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}