Information about plays

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

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

{
    "id": 1256422,
    "uri": "https://api.kexp.org/v2/plays/1256422/?format=api",
    "airdate": "2007-07-19T04:43:53-07:00",
    "show": 22003,
    "show_uri": "https://api.kexp.org/v2/shows/22003/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41X5W0VWGKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41X5W0VWGKL._SL75_.jpg",
    "song": "I Will See You in Far Off Places",
    "track_id": "327996bd-2947-422f-b6bd-bbd8ddb07744",
    "recording_id": null,
    "artist": "Morrissey",
    "artist_ids": [
        "013fa897-86db-41d3-8e9f-386c8a34f4e6"
    ],
    "album": "Ringleader of the Tormentors",
    "release_id": "cf00169b-d6d8-4f40-8e05-f5b766050c73",
    "release_group_id": null,
    "labels": [
        "Attack/Sanctuary"
    ],
    "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"
}