Information about plays

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

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

{
    "id": 1195792,
    "uri": "https://api.kexp.org/v2/plays/1195792/?format=api",
    "airdate": "2007-02-11T23:04:05-08:00",
    "show": 20962,
    "show_uri": "https://api.kexp.org/v2/shows/20962/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-hRgH-yYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-hRgH-yYL._SL75_.jpg",
    "song": "Referee",
    "track_id": "095c7019-d6c7-49b1-b462-ff4efb33591e",
    "recording_id": null,
    "artist": "Fauna Flash",
    "artist_ids": [
        "3ed6545e-8296-431c-af76-cc6f1c6dd50a"
    ],
    "album": "Fusion",
    "release_id": "4b93dd37-e61a-42c1-8120-17115f3fcfee",
    "release_group_id": null,
    "labels": [
        "Compost Records"
    ],
    "label_ids": [
        "c1c625b5-9929-4a30-8c3e-f77e109cdf07"
    ],
    "release_date": "2001-02-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}