Information about plays

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

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

{
    "id": 1257531,
    "uri": "https://api.kexp.org/v2/plays/1257531/?format=api",
    "airdate": "2007-07-21T22:22:52-07:00",
    "show": 22021,
    "show_uri": "https://api.kexp.org/v2/shows/22021/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61FnAlEMtgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61FnAlEMtgL._SL75_.jpg",
    "song": "Murder",
    "track_id": "258a368c-c969-47b0-9fd1-eaa349e34253",
    "recording_id": null,
    "artist": "Bad Religion",
    "artist_ids": [
        "149e6720-4e4a-41a4-afca-6d29083fc091"
    ],
    "album": "New Maps of Hell",
    "release_id": "c488cab7-01df-48e1-a39b-346db6b2ed21",
    "release_group_id": null,
    "labels": [
        "Epitaph Europe"
    ],
    "label_ids": [
        "f15a7708-66b0-4b49-a11a-837d53380d8d"
    ],
    "release_date": "2007-07-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}