Information about plays

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

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

{
    "id": 1360196,
    "uri": "https://api.kexp.org/v2/plays/1360196/?format=api",
    "airdate": "2008-04-09T18:28:14-07:00",
    "show": 23753,
    "show_uri": "https://api.kexp.org/v2/shows/23753/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ouBgzFBoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ouBgzFBoL._SL75_.jpg",
    "song": "Make Me Down a Pallet on Your Floor",
    "track_id": "03daa0c9-8a7d-4e6e-baf1-6638b6b2a9a3",
    "recording_id": null,
    "artist": "The Wood Brothers",
    "artist_ids": [
        "2cdd6de7-ccb9-450e-a20d-382407689d6a"
    ],
    "album": "Loaded",
    "release_id": "ef11be63-bda2-4cd8-8983-d499d6ae6c6c",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2008-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}