Information about plays

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

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

{
    "id": 422962,
    "uri": "https://api.kexp.org/v2/plays/422962/?format=api",
    "airdate": "2001-05-10T04:00:00-07:00",
    "show": 7088,
    "show_uri": "https://api.kexp.org/v2/shows/7088/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61XKw%2BGn%2BaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61XKw%2BGn%2BaL._SL75_.jpg",
    "song": "A Warm Place",
    "track_id": null,
    "recording_id": null,
    "artist": "Nine Inch Nails",
    "artist_ids": [
        "b7ffd2af-418f-4be2-bdd1-22f8b48613da"
    ],
    "album": "The Downward Spiral",
    "release_id": "c2186639-2db4-4129-8927-39b86d5fb57a",
    "release_group_id": null,
    "labels": [
        "Nothing/Interscope/TVT"
    ],
    "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"
}